|
Euphoria
|
Public Member Functions | |
| void | add_to_world (CompiledMesh *m, World *world, std::shared_ptr< Material > mat) |
| void | set_transform (const m4 &trans) |
Public Attributes | |
| CompiledMesh * | compiled_mesh = nullptr |
| std::vector< TransformedMeshInWorld > | meshes |
Definition at line 49 of file compiledmesh.h.
| void eu::render::MeshInWorld::add_to_world | ( | CompiledMesh * | m, |
| World * | world, | ||
| std::shared_ptr< Material > | mat | ||
| ) |
| CompiledMesh* eu::render::MeshInWorld::compiled_mesh = nullptr |
Definition at line 51 of file compiledmesh.h.
| std::vector<TransformedMeshInWorld> eu::render::MeshInWorld::meshes |
Definition at line 52 of file compiledmesh.h.