Hi,
I would like to check if normals are good in a GLTF file loaded in Cesium.
I’m wondering if it is possible to use Cesium.createTangentSpaceDebugPrimitive on a gltf model loaded with something like :
var model = scene.primitives.add(Cesium.Model.fromGltf({
url : '[http://xxxx](http://xxxx/)'
}));
Any help appreciated,
Fred.