Skip to content

Commit

Permalink
Use raw string literals for BaseMaterial3D shader code generation
Browse files Browse the repository at this point in the history
- Add range hints to all uniforms that match the BaseMaterial3D
  property hints, so that ranges in the inspector remain identical
  after converting to a shader.
- Add comments to describe selected options within the shader.
  This makes it easier to remember what each block of code does.
- Format code to follow the Godot shader language style guide.
  • Loading branch information
Calinou committed Mar 13, 2024
1 parent da945ce commit 1e2b899
Showing 1 changed file with 647 additions and 342 deletions.
Loading

0 comments on commit 1e2b899

Please sign in to comment.