Can we apply Plane Clipping to a Gtlf Model using GltfLoader?

I was trying to apply the same pattern as this example , so i was thinking like can we apply clippingPlanes to a Gltf model or not ?
Thanks,

Yes. Check out Object3D.traverse for a way to set material properties (local clipping planes) of all meshes in an object hierarchy.

1 Like

Okey i’ll try that, Thanks