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

Method IsIntersectable

include/slg/lights/light.h:74–74  ·  view source on GitHub ↗

If it can be directly intersected by a ray

Source from the content-addressed store, hash-verified

72 virtual bool IsInfinite() const { return false; }
73 // If it can be directly intersected by a ray
74 virtual bool IsIntersectable() const { return false; }
75
76 virtual float GetAvgPassThroughTransparency() const { return 1.f; }
77

Callers 3

DirectLightSamplingMethod · 0.45
DirectLightSamplingMethod · 0.45
TraceLightPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected