| 135 | } |
| 136 | |
| 137 | IMaterialPtr PTRenderer::createMaterialPointer( |
| 138 | const string& materialType, const string& document, const string& name) |
| 139 | { |
| 140 | return dxScene()->createMaterialPointer(materialType, document, name); |
| 141 | } |
| 142 | |
| 143 | IScenePtr PTRenderer::createScene() |
| 144 | { |
nothing calls this directly
no outgoing calls
no test coverage detected