You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I want to apply options to my material in accordance with the mtl specification.
So for instance I have this material definition in my mtl file:
The line with map_Kd points to the texture map and its options. However the texture is only read if there are no options in front of the texture. When adding options, the texture file cannot be found.
To Reproduce
Take any mtl and try to add a texture with scale or any other options.
Expected behavior
That the texture is read and scaled accordingly (or any other options applied).
I have tested it with blender and the texture with its options is read there.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
I want to apply options to my material in accordance with the mtl specification.
So for instance I have this material definition in my mtl file:
The line with map_Kd points to the texture map and its options. However the texture is only read if there are no options in front of the texture. When adding options, the texture file cannot be found.
To Reproduce
Take any mtl and try to add a texture with scale or any other options.
Expected behavior
That the texture is read and scaled accordingly (or any other options applied).
I have tested it with blender and the texture with its options is read there.
Screenshots
The text was updated successfully, but these errors were encountered: