mirror of
https://github.com/raysan5/raylib.git
synced 2026-03-19 07:08:10 +00:00
Update models_rlgl_solar_system.c
This commit is contained in:
@@ -66,8 +66,6 @@ int main(void)
|
||||
{
|
||||
// Update
|
||||
//----------------------------------------------------------------------------------
|
||||
UpdateCamera(&camera, CAMERA_ORBITAL);
|
||||
|
||||
earthRotation += (5.0f*rotationSpeed);
|
||||
earthOrbitRotation += (365/360.0f*(5.0f*rotationSpeed)*rotationSpeed);
|
||||
moonRotation += (2.0f*rotationSpeed);
|
||||
|
||||
Reference in New Issue
Block a user