Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielChappuis/reactphysics3d
/ init
Method
init
testbed/opengl-framework/src/Light.cpp:52–56 ·
view source on GitHub ↗
Initialize the light
Source
from the content-addressed store, hash-verified
50
51
// Initialize the light
52
void Light::init() {
53
54
// Enable the light
55
enable();
56
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected