瀏覽代碼

Comment tweak

pull/964/head
Ray 6 年之前
父節點
當前提交
a2fd427224
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      src/models.c

+ 2
- 2
src/models.c 查看文件

@ -3554,7 +3554,7 @@ static Model LoadGLTF(const char *fileName)
} }
else else
{ {
// TODO: support normalized unsigned byte/unsigned short texture coordinates
// TODO: Support normalized unsigned byte/unsigned short texture coordinates
TraceLog(LOG_WARNING, "[%s] Texture coordinates must be float", fileName); TraceLog(LOG_WARNING, "[%s] Texture coordinates must be float", fileName);
} }
} }
@ -3572,7 +3572,7 @@ static Model LoadGLTF(const char *fileName)
} }
else else
{ {
// TODO: support unsigned byte/unsigned int
// TODO: Support unsigned byte/unsigned int
TraceLog(LOG_WARNING, "[%s] Indices must be unsigned short", fileName); TraceLog(LOG_WARNING, "[%s] Indices must be unsigned short", fileName);
} }
} }

Loading…
取消
儲存