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

Update models_billboard.c

pull/4139/head
Ray преди 11 месеца
родител
ревизия
9764fef262
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      examples/models/models_billboard.c

+ 1
- 1
examples/models/models_billboard.c Целия файл

@ -45,7 +45,7 @@ int main(void)
Vector3 billUp = { 0.0f, 1.0f, 0.0f };
// Set the height of the rotating billboard to 1.0 with the aspect ratio fixed
Vector2 size = { source.width / source.height, 1.0f };
Vector2 size = { source.width/source.height, 1.0f };
// Rotate around origin
// Here we choose to rotate around the image center

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