MCPcopy Create free account
hub / github.com/carbonengine/trinity / Initialize

Method Initialize

trinity/Tr2Mesh.cpp:28–36  ·  view source on GitHub ↗

---------------------------------------------------------------

Source from the content-addressed store, hash-verified

26
27// ---------------------------------------------------------------
28bool Tr2Mesh::Initialize()
29{
30 if( !m_deferGeometryLoad )
31 {
32 InitializeGeometryResource();
33 }
34
35 return true;
36}
37
38// ---------------------------------------------------------------
39bool Tr2Mesh::OnModified( Be::Var* value )

Callers 2

Tr2RenderContextBaseMethod · 0.45
AddAtlasMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected