Programmatically Create Meshes
The engine supports two kinds of meshes: static meshes and dynamic meshes for different scenarios, which developers can use on demand.
- Dynamic mesh: created with , once created, the geometry inside the mesh can still be modified.
API please refer to MeshUtils.
See Github for an example of a dynamic mesh.