Minor comments tweak

This commit is contained in:
Ray 2019-12-01 12:55:33 +01:00
parent 91faf72dda
commit 416a52b5bc
2 changed files with 5 additions and 5 deletions

View file

@ -2916,7 +2916,7 @@ static Model LoadOBJ(const char *fileName)
float shininess;
float ior; // index of refraction
float dissolve; // 1 == opaque; 0 == fully transparent
// illumination model (see http://www.fileformat.info/format/material/)
// illumination model (Ref: http://www.fileformat.info/format/material/)
int illum;
int pad0;