Files
godot-demo-projects/3d
Jak 78c7a48422 Re-write the 3d/navmesh demo to be easier to follow
The previous code had no comments and had some unintuitive steps.
I've re-written and re-structured it, and added comments. Hopefully it
will be easier to follow for newcomers to Godot.

 * Re-write main methods
 * Various bugfixes (variable conflicts, edge cases)
 * Comment improvements
 * Whitespace fixes

Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
2020-10-16 19:41:28 +01:00
..
2020-07-03 20:45:51 -04:00

3D Demos

These demos are all 3D, but otherwise do not have a common theme.

Languages: All are GDScript

Renderers: Truck Town and Physics Tests are GLES 2, the rest are GLES 3