mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2024-11-23 16:44:05 -05:00
Remove TODO comment, moved to isse
This commit is contained in:
parent
e93e7106b7
commit
28d081e0ae
@ -96,8 +96,6 @@ function convert(objPath, gltfPath, options) {
|
||||
gltfPath = path.join(path.dirname(gltfPath), modelName + extension);
|
||||
|
||||
var aoOptions = ao ? {} : undefined;
|
||||
|
||||
// TODO: gltf-pipeline uses the same kmc options for each material and doesn't recognize the transparent flag
|
||||
var kmcOptions = kmc ? {} : undefined;
|
||||
|
||||
var pipelineOptions = {
|
||||
|
Loading…
Reference in New Issue
Block a user