CesiumGS / obj2gltf

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

Treat alpha as 1.0 - Tr #77

Closed lilleyse closed 7 years ago

lilleyse commented 7 years ago

Fixes https://github.com/AnalyticalGraphicsInc/obj2gltf/issues/76

Fixes parsing the Tr property. By convention a value of 0 means opaque and 1 means translucent, I had it backwards.

lilleyse commented 7 years ago

@shehzan10 can you review and merge?

ysp commented 7 years ago

Thank you, The problem is solved.

emackey commented 7 years ago

Looks good.