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

Method commit

apps/common/ospray_testing/builders/Builder.cpp:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10std::unique_ptr<Builder::BuilderFactory> Builder::factory;
11
12void Builder::commit()
13{
14 rendererType = getParam<std::string>("rendererType", "scivis");
15 tfColorMap = getParam<std::string>("tf.colorMap", "jet");
16 tfOpacityMap = getParam<std::string>("tf.opacityMap", "linear");
17 randomSeed = getParam<unsigned int>("randomSeed", 0);
18}
19
20cpp::World Builder::buildWorld() const
21{

Callers 3

buildWorldMethod · 0.45
makeTransferFunctionMethod · 0.45
makeGroundPlaneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected