MCPcopy Create free account
hub / github.com/RenderKit/ospray / commit

Method commit

apps/common/ospray_testing/builders/Boxes.cpp:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29// Inlined definitions ////////////////////////////////////////////////////
30
31void Boxes::commit()
32{
33 Builder::commit();
34
35 dimensions = getParam<vec3i>("dimensions", vec3i(4));
36
37 addPlane = false;
38}
39
40cpp::Group Boxes::buildGroup() const
41{

Callers 2

buildGroupMethod · 0.45
buildWorldMethod · 0.45

Calls 1

commitFunction · 0.50

Tested by

no test coverage detected