Referencing this other post, it appears to be the answer to your problem
gltf.scene.traverse( function( object ) { object.frustumCulled = false; } );