but0n / Ashes

WebGL2.0 3D Engine - Global Illumination - RayTracing
https://codepen.io/but0n/pen/jddYoX
MIT License
331 stars 15 forks source link

The color of Box.gltf is different from the assumed #4

Closed cx20 closed 5 years ago

cx20 commented 5 years ago

I tried displaying Box.gltf with the latest library. However, it is different from the expected color. Ashes v0.0.17 + Box.gltf result: image

The following are assumed results. image

but0n commented 5 years ago

glTF Rendering error while material involve empty textures or contains factors

image

image

image

image

but0n commented 5 years ago

@cx20 Thanks for your feedback! I think it should been fixed. #d62db74

image

image

image

cx20 commented 5 years ago

Thank you for quick response. Ashes v0.0.18 + Box.gltf result: image

I will update the status of gltf-test soon.

cx20 commented 5 years ago

BTW, in my sample the background is not displayed and it is white. Is the usage incorrect?

cx20 commented 5 years ago

I updated the status of gltf-test earlier. I close this Issue because I think that the problem of Box.gltf has been solved.