MCPcopy Create free account
hub / github.com/Autodesk/Aurora / createEnvironmentPointer

Method createEnvironmentPointer

Libraries/Aurora/Source/DirectX/PTRenderer.cpp:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149IEnvironmentPtr PTRenderer::createEnvironmentPointer()
150{
151 // Create and return a new environment object.
152 return make_shared<PTEnvironment>(this);
153}
154
155IGeometryPtr PTRenderer::createGeometryPointer(const GeometryDescriptor& desc, const string& name)
156{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected