Просмотр исходного кода

Reviewed filename

pull/2957/head
Ray 2 лет назад
Родитель
Сommit
90ec0d52e0
2 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      examples/models/models_loading_m3d.c
  2. +0
    -0
      examples/models/resources/models/m3d/cesium_man.m3d

+ 1
- 1
examples/models/models_loading_m3d.c Просмотреть файл

@ -41,7 +41,7 @@ int main(void)
Vector3 position = { 0.0f, 0.0f, 0.0f }; // Set model position Vector3 position = { 0.0f, 0.0f, 0.0f }; // Set model position
char modelFileName[128] = "resources/models/m3d/CesiumMan.m3d";
char modelFileName[128] = "resources/models/m3d/cesium_man.m3d";
bool drawMesh = 1; bool drawMesh = 1;
bool drawSkeleton = 1; bool drawSkeleton = 1;
bool animPlaying = false; // Store anim state, what to draw bool animPlaying = false; // Store anim state, what to draw

examples/models/resources/models/m3d/CesiumMan.m3d → examples/models/resources/models/m3d/cesium_man.m3d Просмотреть файл


Загрузка…
Отмена
Сохранить