ChaosGroup / vray_gltf

A Python script for rendering glTF files with V-Ray App SDK
MIT License
30 stars 6 forks source link

khronos-TextureLinearInterpolationTest fidelity issue: Real Factors rendering black #15

Open bhouston opened 1 year ago

bhouston commented 1 year ago

When rendering his model: khronos-TextureLinearInterpolationTest as featured here on the model fidelity test page.

Screenshot 2023-10-04 at 8 28 50 AM

You can see that V-Ray is not rendering the "Real Factors" material correctly, but instead it is black.

bhouston commented 1 year ago

If this is caused just by some type of animation in the gltf file, we should skip it. Then it isn't relevant as vray_gltf isn't intended to support animations, etc.

jasondavies commented 1 year ago

This is fixed by #21.

bhouston commented 1 year ago

Amazing! Thank you @jasondavies !