Euphoria
Public Member Functions | Public Attributes | List of all members
eu::render::MeshInWorld Struct Reference

Public Member Functions

void add_to_world (CompiledMesh *m, World *world, std::shared_ptr< Material > mat)
 
void set_transform (const m4 &trans)
 

Public Attributes

CompiledMeshcompiled_mesh = nullptr
 
std::vector< TransformedMeshInWorldmeshes
 

Detailed Description

Definition at line 49 of file compiledmesh.h.

Member Function Documentation

◆ add_to_world()

void eu::render::MeshInWorld::add_to_world ( CompiledMesh m,
World world,
std::shared_ptr< Material mat 
)

◆ set_transform()

void eu::render::MeshInWorld::set_transform ( const m4 trans)

Member Data Documentation

◆ compiled_mesh

CompiledMesh* eu::render::MeshInWorld::compiled_mesh = nullptr

Definition at line 51 of file compiledmesh.h.

◆ meshes

std::vector<TransformedMeshInWorld> eu::render::MeshInWorld::meshes

Definition at line 52 of file compiledmesh.h.


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