but0n / Ashes

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

MetalRoughSpheresNoTextures model is not displayed correctly #39

Closed cx20 closed 4 years ago

cx20 commented 4 years ago

I tried to display MetalRoughSpheresNoTextures.gltf using the latest version of Ashes.

However, the spheres in the MetalRoughSpheresNoTextures model all look the same. MetalRoughSpheresNoTextures.gltf + Ashes result: image

This model is expected to have the same results as MetalRoughSpheres. MetalRoughSpheres.gltf + Ashes result: image

but0n commented 4 years ago

Thanks for your feedback! This problem should be fixed in the latest version. Compares to the other engines, current PBR material still has certain problems. I will review the shader in the next version.

image

cx20 commented 4 years ago

I have confirmed that this issue has been improved with the latest version of Ashes.

MetalRoughSpheresNoTextures.gltf + Ashes v0.2.6 result: image

MetalRoughSpheres.gltf + Ashes v0.2.6 result: image