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

Method commit

apps/common/ospray_testing/builders/ParticleVolume.cpp:86–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84{}
85
86void ParticleVolume::commit()
87{
88 Builder::commit();
89
90 numParticles = getParam<int>("numParticles", numParticles);
91 withVolume = getParam<bool>("withVolume", withVolume);
92 withIsosurface = getParam<bool>("withIsosurface", withIsosurface);
93 isovalue = getParam<float>("isovalue", 0.5f);
94 withClipping = getParam<bool>("withClipping", withClipping);
95 multipleIsosurfaces =
96 getParam<bool>("multipleIsosurfaces", multipleIsosurfaces);
97 clampMaxCumulativeValue =
98 getParam<float>("clampMaxCumulativeValue", clampMaxCumulativeValue);
99 radiusSupportFactor =
100 getParam<float>("radiusSuportFactor", radiusSupportFactor);
101
102 addPlane = false;
103}
104
105cpp::Group ParticleVolume::buildGroup() const
106{

Callers 2

buildGroupMethod · 0.45
buildWorldMethod · 0.45

Calls 1

commitFunction · 0.50

Tested by

no test coverage detected