Encountering an issue where a plane placed over a box disappears at certain camera angles.
It seems like the problem is related to the box's polygons, but the exact cause is unknown.
You can view an example here: http://jsfiddle.net/fv9sqsoj/9/
var camera, scene, renderer,controls,Allobjects;
init();
animate();
function init() {
// Code for initializing the scene, camera, and objects
}
function animate() {
// Code for animating the objects in the scene
}
Appreciate any assistance with this issue!