Checking normals of a GLTF model

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.

Hi Fred,

Sorry, I don’t think there is a way to visualize the model normals in Cesium at this time

Best,

Hannah