import { TurnSystem, TurningMethod } from '@iwsdk/core/locomotion';
world.registerSystem(TurnSystem, {
configData: {
turningMethod: TurningMethod.SnapTurn,
turningAngle: 45, // degrees per snap
turningSpeed: 180, // degrees/second for smooth mode
microGestureControlsEnabled: false,
},
});