Three Js Issue in Scene Rotation

This object is not rotating - it’s the camera orbiting around it. Assuming you’re using OrbitControls - they are limited in terms of polar angle (ie. they cannot go upside-down.)

Fixing it is as simple as using Trackball or ArcballControls instead of OrbitControls.