MCPcopy Create free account
hub / github.com/city-super/Scaffold-GS / createFromCustomData

Method createFromCustomData

SIBR_viewers/src/core/scene/BasicIBRScene.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected