Euphoria
Public Attributes | List of all members
eu::render::MeshInstance_TransformInstanced Struct Reference

Stores Geom + Material (aka a mesh) and its current transform but instanced for faster rendering. More...

Public Attributes

std::shared_ptr< CompiledGeom_TransformInstancegeom
 
std::shared_ptr< Materialmaterial
 
std::vector< m4world_from_locals
 

Detailed Description

Stores Geom + Material (aka a mesh) and its current transform but instanced for faster rendering.

Definition at line 106 of file world.h.

Member Data Documentation

◆ geom

std::shared_ptr<CompiledGeom_TransformInstance> eu::render::MeshInstance_TransformInstanced::geom

Definition at line 108 of file world.h.

◆ material

std::shared_ptr<Material> eu::render::MeshInstance_TransformInstanced::material

Definition at line 109 of file world.h.

◆ world_from_locals

std::vector<m4> eu::render::MeshInstance_TransformInstanced::world_from_locals

Definition at line 113 of file world.h.


The documentation for this struct was generated from the following file: