Adding explanations about grid material

This commit is contained in:
yannk 2022-02-02 16:25:25 +01:00
parent 6e132a3e2f
commit 939cb592c7

View file

@ -6,6 +6,12 @@ Project to have a basic third person scene for Godot 4 where to move a character
Use only the official Alpha 1 Godot release : https://downloads.tuxfamily.org/godotengine/4.0/alpha1/
## Tips & tricks
The character is roughly 1m70 tall.
The simple grid used is based on 50x50cm squares to give an idea of the scale and define texel density for objects. It is the `simple_grid.material` in `/maps` folder and is world triplanar to be used on any shape to check its scale.
## Best practices
- use only snake case for names