MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / IsCameraInvisible

Method IsCameraInvisible

src/slg/bsdf/bsdf.cpp:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132bool BSDF::IsCameraInvisible() const {
133 return (sceneObject) ? sceneObject->IsCameraInvisible() : false;
134}
135
136u_int BSDF::GetObjectID() const {
137 return (sceneObject) ? sceneObject->GetID() : std::numeric_limits<u_int>::max();

Callers 5

DuplicateObjectMethod · 0.45
IntersectMethod · 0.45
ConnectToEyeMethod · 0.45
ConnectToEyeMethod · 0.45
CompileSceneObjectsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected