Encountered a peculiar issue with an object that was exported from Blender to three.js format for use on my website. Everything seemed fine when I uploaded it, and I also added mouse rotation functionality. However, as I rotate the object, the bottom part becomes invisible. Here are some images:
https://i.sstatic.net/d1pUd.jpg
https://i.sstatic.net/Bbkek.jpg
https://i.sstatic.net/u04iV.jpg
EDIT: Object details below
{
"name": "CubeGeometry",
"metadata": {
"uvs": 1,
"materials": 1,
"vertices": 16,
"version": 3,
"normals": 8,
"generator": "io_three",
"faces": 20,
"type": "Geometry"
},
// More object data...
}