06 2021 档案
摘要:/** * @author richt / http://richt.me * @author WestLangley / http://github.com/WestLangley * * W3C Device Orientation control (http://w3c.github.io/d
阅读全文
摘要:/** * @author alteredq / http://alteredqualia.com/ */ THREE.PathControls = function ( object, domElement ) { this.object = object; this.domElement = (
阅读全文
摘要:/** * @author Eberhard Graether / http://egraether.com/ * @author Mark Lundin / http://mark-lundin.com * @author Simone Manini / http://daron1337.gith
阅读全文
摘要:import {Vector3} from 'three'; import {Vector2} from 'three'; import {MOUSE} from 'three'; import {Quaternion} from 'three'; import {Spherical} from '
阅读全文