diff --git a/docs/api/extras/core/Gyroscope.html b/docs/api/extras/core/Gyroscope.html deleted file mode 100644 index 00f79bc35cade3df9ef34ca8d7560c016a187ee9..0000000000000000000000000000000000000000 --- a/docs/api/extras/core/Gyroscope.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - [page:Object3D] → - -

[name]

- -
An Object3d that rotates independently of its parent objects, but keeps the position and scale.
- - - var root = new THREE.Group(); - var gyro = new THREE.Gyroscope(); - var cube = new THREE.Mesh( geometry, material ); - - root.add( gyro ) - gyro.add( cube ) - - cube.position.x = 10; - root.rotation.y = Math.PI; - - // The cube will have changed its position but maintained its orientation - - -

Constructor

- - -

[name]()

- -

Source

- - [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js] - - diff --git a/docs/list.js b/docs/list.js index cd08257def32a98434b0d759b4b6ae2c82ccd261..bc8dc676f8a3d2805a54b97825e413dae79a8d52 100644 --- a/docs/list.js +++ b/docs/list.js @@ -173,7 +173,6 @@ var list = { "Extras / Core": [ [ "Curve", "api/extras/core/Curve" ], [ "CurvePath", "api/extras/core/CurvePath" ], - [ "Gyroscope", "api/extras/core/Gyroscope" ], [ "Path", "api/extras/core/Path" ], [ "Shape", "api/extras/core/Shape" ] ],