UNPKG

lingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

7 lines 351 B
import { cameraRenderedPtr } from "../pointers/cameraRenderedPtr"; import createInternalSystem from "./utils/createInternalSystem"; export const gyrateSystem = createInternalSystem("gyrateSystem", { update: (self) => self.$camera === cameraRenderedPtr[0] && self.gyrate(self.autoRotateSpeed, 0) }); //# sourceMappingURL=gyrateSystem.js.map