We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e1e86 commit 5cd7202Copy full SHA for 5cd7202
examples/models/models_rlgl_solar_system.c
@@ -66,8 +66,6 @@ int main(void)
66
{
67
// Update
68
//----------------------------------------------------------------------------------
69
- UpdateCamera(&camera, CAMERA_ORBITAL);
70
-
71
earthRotation += (5.0f*rotationSpeed);
72
earthOrbitRotation += (365/360.0f*(5.0f*rotationSpeed)*rotationSpeed);
73
moonRotation += (2.0f*rotationSpeed);
0 commit comments