mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
Initialize mCameraRotation to (0, 0, 0).
This commit is contained in:
parent
0e1ed4683b
commit
4e65e1014b
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ GuiObjectView::GuiObjectView()
|
||||||
mMountNodeName( "mount0" ),
|
mMountNodeName( "mount0" ),
|
||||||
mMountNode( -1 ),
|
mMountNode( -1 ),
|
||||||
mCameraSpeed( 0.01f ),
|
mCameraSpeed( 0.01f ),
|
||||||
|
mCameraRotation( 0.0f, 0.0f, 0.0f ),
|
||||||
mLightColor( 1.0f, 1.0f, 1.0f ),
|
mLightColor( 1.0f, 1.0f, 1.0f ),
|
||||||
mLightAmbient( 0.5f, 0.5f, 0.5f ),
|
mLightAmbient( 0.5f, 0.5f, 0.5f ),
|
||||||
mLightDirection( 0.f, 0.707f, -0.707f )
|
mLightDirection( 0.f, 0.707f, -0.707f )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue