MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / disable

Method disable

testbed/opengl-framework/src/Light.h:129–135  ·  view source on GitHub ↗

Disable the light

Source from the content-addressed store, hash-verified

127
128// Disable the light
129inline void Light::disable() {
130
131 mIsActive = false;
132
133 // Disable the light
134 //glDisable(GL_LIGHT0 + mLightID);
135}
136
137}
138

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected