Преглед на файлове

Update models_rlgl_solar_system.c

pull/2037/head
Ray преди 3 години
родител
ревизия
bb2763cc1f
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. +0
    -2
      examples/models/models_rlgl_solar_system.c

+ 0
- 2
examples/models/models_rlgl_solar_system.c Целия файл

@ -88,7 +88,6 @@ int main(void)
rlPushMatrix();
rlRotatef(earthOrbitRotation, 0.0f, 1.0f, 0.0f); // Rotation for Earth orbit around Sun
rlTranslatef(earthOrbitRadius, 0.0f, 0.0f); // Translation for Earth orbit
rlRotatef(-earthOrbitRotation, 0.0f, 1.0f, 0.0f); // Rotation for Earth orbit around Sun inverted
rlPushMatrix();
rlRotatef(earthRotation, 0.25, 1.0, 0.0); // Rotation for Earth itself
@ -99,7 +98,6 @@ int main(void)
rlRotatef(moonOrbitRotation, 0.0f, 1.0f, 0.0f); // Rotation for Moon orbit around Earth
rlTranslatef(moonOrbitRadius, 0.0f, 0.0f); // Translation for Moon orbit
rlRotatef(-moonOrbitRotation, 0.0f, 1.0f, 0.0f); // Rotation for Moon orbit around Earth inverted
rlRotatef(moonRotation, 0.0f, 1.0f, 0.0f); // Rotation for Moon itself
rlScalef(moonRadius, moonRadius, moonRadius); // Scale Moon

Зареждане…
Отказ
Запис