We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using both GLB and OBJ files and the normal maps do not seem to be loaded.
GLB
OBJ
For OBJ, this is an example of MTL:
MTL
newmtl STATUE Ka 1.0 1.0 1.0 Kd 1.0 1.0 1.0 Ks 0.0 0.0 0.0 d 1.0 Ns 0.0 illum 0 map_Kd STATUE.jpg map_Bump STATUE_normal.jpg map_ao STATUE_occlusion.jpg
Is this a bug or how I can load map_Bump and map_ao? I have checked that the JPG files are correctly retrieved.
map_Bump
map_ao
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using both
GLB
andOBJ
files and the normal maps do not seem to be loaded.For
OBJ
, this is an example ofMTL
:Is this a bug or how I can load
map_Bump
andmap_ao
? I have checked that the JPG files are correctly retrieved.The text was updated successfully, but these errors were encountered: