Showing results for

voxel

engine

on docs.godotengine.org
docs.godotengine.org › en › stable › tutorials
Optimizing Navigation Performance — Godot Engine (stable) documentation in English
...never use a very detailed visual mesh, as parsing its shape to data arrays and voxelizing it for the navigation mesh baking will take...
docs.godotengine.org › en › latest › tutorials
Optimizing Navigation Performance — Godot Engine (latest) documentation in English
...never use a very detailed visual mesh, as parsing its shape to data arrays and voxelizing it for the navigation mesh baking will take...
docs.godotengine.org › en › stable › classes
NavigationMeshGenerator — Godot Engine (stable) documentation in English
...The entire navigation mesh baking is best done in a separate thread as the voxelization, collision tests and mesh optimization steps involved are very...
docs.godotengine.org › en › latest › classes
NavigationMeshGenerator — Godot Engine (latest) documentation in English
...The entire navigation mesh baking is best done in a separate thread as the voxelization, collision tests and mesh optimization steps involved are very...
docs.godotengine.org › en › stable › tutorials
Custom performance monitors — Godot Engine (stable) documentation in English
...The data for those graphs is sourced from the engine's Performance singleton.
Since Godot 4.0, you can declare custom values to be...
docs.godotengine.org › en › latest › tutorials
Custom performance monitors — Godot Engine (latest) documentation in English
...The data for those graphs is sourced from the engine's Performance singleton.
Since Godot 4.0, you can declare custom values to be...
docs.godotengine.org › en › stable › getting started
Introduction to Godot — Godot Engine (stable) documentation in English
...What can the engine do?
Godot was initially developed in-house by an Argentinian game studio. Its development started in 2001, and the engine...
docs.godotengine.org › en › latest › getting started
Introduction to Godot — Godot Engine (latest) documentation in English
...What can the engine do?
Godot was initially developed in-house by an Argentinian game studio. Its development started in 2001, and the engine...
docs.godotengine.org › en › stable › tutorials
Using navigation meshes — Godot Engine (stable) documentation in English
...Navigation works independently from other engine parts like rendering or physics. Navigation meshes are the only things considered when doing pathfinding, e.g. visuals...
docs.godotengine.org › en › latest › tutorials
Using navigation meshes — Godot Engine (latest) documentation in English
...Navigation works independently from other engine parts like rendering or physics. Navigation meshes are the only things considered when doing pathfinding, e.g. visuals...