| 71 | } |
| 72 | |
| 73 | void BasicIBRScene::createFromCustomData(const IParseData::Ptr & data, const uint width, BasicIBRScene::SceneOptions myOpts) |
| 74 | { |
| 75 | _data = data; |
| 76 | _currentOpts = myOpts; |
| 77 | createFromData(width); |
| 78 | } |
| 79 | |
| 80 | |
| 81 | void BasicIBRScene::createRenderTargets() |
nothing calls this directly
no outgoing calls
no test coverage detected