File: Gyroscope.md | Updated: 11/15/2025
A special type of 3D object that takes a position from the scene graph hierarchy but uses its local rotation as world rotation. It works like real-world gyroscope - you can move it around using hierarchy while its orientation stays fixed with respect to the world.
Gyroscope is an addon, and must be imported explicitly, see Installation#Addons.
import { Gyroscope } from 'three/addons/misc/Gyroscope.js';
Constructs a new gyroscope.