CesiumGS / obj2gltf

Convert OBJ assets to glTF
Apache License 2.0
1.71k stars 307 forks source link

Treat alpha of 0 as 1 #107

Closed lilleyse closed 7 years ago

lilleyse commented 7 years ago

Occasionally an obj gets exported with an alpha of 0, which is usually not intended. This fix treats an alpha of 0 as actually 1.

@shehzan10 can you review?

shehzan10 commented 7 years ago

Shall we add a spec for this?

lilleyse commented 7 years ago

Yeah, added a test.