To fix this please add this code to your app.js
AFRAME.registerComponent('no-cull', {
init() {
this.el.addEventListener('model-loaded', () => {
this.el.object3D.traverse(obj => obj.frustumCulled = false)
})
},
})
then add it to the entity that is clipping