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

Method Light

testbed/opengl-framework/src/Light.cpp:33–37  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

31
32// Constructor
33Light::Light()
34 : mDiffuseColor(Color::white()),
35 mSpecularColor(Color::white()), mIsActive(false) {
36
37}
38
39// Constructor
40Light::Light(Color diffuseColor, Color specularColor)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected