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

Don't Upload Meshes in LoadObj, LoadModel will upload them. None of the other interchange format readers upload

pull/5083/head
Jeff Myers 6 месяцев назад
Родитель
Сommit
ffe76a4b67
1 измененных файлов: 0 добавлений и 2 удалений
  1. +0
    -2
      src/rmodels.c

+ 0
- 2
src/rmodels.c Просмотреть файл

@ -4501,8 +4501,6 @@ static Model LoadOBJ(const char *fileName)
tinyobj_shapes_free(objShapes, objShapeCount); tinyobj_shapes_free(objShapes, objShapeCount);
tinyobj_materials_free(objMaterials, objMaterialCount); tinyobj_materials_free(objMaterials, objMaterialCount);
for (int i = 0; i < model.meshCount; i++) UploadMesh(model.meshes + i, true);
// Restore current working directory // Restore current working directory
if (CHDIR(currentDir) != 0) if (CHDIR(currentDir) != 0)
{ {

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