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

Method commit

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

Source from the content-addressed store, hash-verified

28// Inlined definitions ////////////////////////////////////////////////////
29
30void MipMapTextures::commit()
31{
32 Builder::commit();
33
34 scale = getParam<float>("tcScale", 1.0f);
35 filter = static_cast<OSPTextureFilter>(
36 getParam<uint32_t>("filter", OSP_TEXTURE_FILTER_LINEAR));
37 addPlane = false;
38}
39
40cpp::Group MipMapTextures::buildGroup() const
41{

Callers 1

buildGroupMethod · 0.45

Calls 1

commitFunction · 0.50

Tested by

no test coverage detected