|
Euphoria
|
Stores Geom + Material (aka a mesh) and its current transform. More...
Public Member Functions | |
| LocalAxis | get_local_axis () const |
Public Attributes | |
| std::shared_ptr< CompiledGeom > | geom |
| std::shared_ptr< Material > | material |
| std::optional< Rgb > | outline |
| m4 | transform = m4_identity |
| Billboarding | billboarding = Billboarding::none |
| if not none, rotation is ignored | |
Stores Geom + Material (aka a mesh) and its current transform.
| LocalAxis eu::render::MeshInstance::get_local_axis | ( | ) | const |
| Billboarding eu::render::MeshInstance::billboarding = Billboarding::none |
| std::shared_ptr<CompiledGeom> eu::render::MeshInstance::geom |
| m4 eu::render::MeshInstance::transform = m4_identity |