Write double-sided triangles during glTF export #63
This commit is contained in:
parent
0d329ea37b
commit
6f1707ae10
@ -408,6 +408,7 @@ OV.ExporterGltf = class extends OV.ExporterBase
|
||||
roughnessFactor : 1.0
|
||||
},
|
||||
emissiveFactor : ColorToRGB (material.emissive),
|
||||
doubleSided : true,
|
||||
alphaMode : 'OPAQUE'
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user