mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2025-01-30 19:42:59 -05:00
fixing merge conflict #109
This commit is contained in:
commit
3cff129933
@ -240,6 +240,7 @@ function loadMaterialTexture(material, name, texturePath, textureOptions, mtlDir
|
|||||||
textureOptions = textureOptions || {};
|
textureOptions = textureOptions || {};
|
||||||
|
|
||||||
var newTexturePath = parseMapOptions(texturePath, textureOptions);
|
var newTexturePath = parseMapOptions(texturePath, textureOptions);
|
||||||
|
|
||||||
// TODO: handle texture options
|
// TODO: handle texture options
|
||||||
// NOTE: this might not be a good place to do this
|
// NOTE: this might not be a good place to do this
|
||||||
texturePath = newTexturePath ? newTexturePath : texturePath;
|
texturePath = newTexturePath ? newTexturePath : texturePath;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user