mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-18 21:10:05 +00:00
Fix the shadows in the 'Gyroscopic' demo
This commit is contained in:
parent
46b9f7fbee
commit
c7503bb3da
@ -58,7 +58,7 @@ void GyroscopicDemo::initPhysics()
|
||||
setShadows(true);
|
||||
setCameraUp(btVector3(0,0,1));
|
||||
setCameraForwardAxis(1);
|
||||
m_sundirection.setValue(0,-1,-1);
|
||||
m_sundirection.setValue(0,-1000,-1000);
|
||||
setCameraDistance(7.f);
|
||||
|
||||
setupEmptyDynamicsWorld();
|
||||
|
Loading…
Reference in New Issue
Block a user