Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Commit

Permalink
[docs] Fix GridHelper docs
Browse files Browse the repository at this point in the history
  • Loading branch information
toxicFork committed Sep 27, 2016
1 parent 3a6f7ab commit b4cae6c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/src/internalComponents/gridHelper.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import object3D from './object3D';

class gridHelper extends object3D {
getDescription() {
return 'Creates a [THREE.AxisHelper](https://threejs.org/docs/index.html#Reference/Extras.Helpers/GridHelper)';
getIntro() {
return 'Creates a [THREE.GridHelper](https://threejs.org/docs/index.html#Reference/Extras.Helpers/GridHelper)';
}

getAttributesText() {
Expand Down
2 changes: 1 addition & 1 deletion wiki/API-Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* [[cameraHelper]]: Creates a [THREE.CameraHelper](http://threejs.org/docs/#Reference/Extras.Helpers/CameraHelper)
* [[axisHelper]]: Creates a [THREE.AxisHelper](http://threejs.org/docs/#Reference/Extras.Helpers/AxisHelper)
* [[arrowHelper]]: Creates a [THREE.ArrowHelper](http://threejs.org/docs/#Reference/Extras.Helpers/ArrowHelper)
* [[gridHelper]]: Creates a [THREE.Object3D](http://threejs.org/docs/#Reference/Core/Object3D)
* [[gridHelper]]: Creates a [THREE.GridHelper](https://threejs.org/docs/index.html#Reference/Extras.Helpers/GridHelper)
* TODO:
* BoundingBoxHelper
* BoxHelper
Expand Down
2 changes: 1 addition & 1 deletion wiki/Helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* [[cameraHelper]]: Creates a [THREE.CameraHelper](http://threejs.org/docs/#Reference/Extras.Helpers/CameraHelper)
* [[axisHelper]]: Creates a [THREE.AxisHelper](http://threejs.org/docs/#Reference/Extras.Helpers/AxisHelper)
* [[arrowHelper]]: Creates a [THREE.ArrowHelper](http://threejs.org/docs/#Reference/Extras.Helpers/ArrowHelper)
* [[gridHelper]]: Creates a [THREE.Object3D](http://threejs.org/docs/#Reference/Core/Object3D)
* [[gridHelper]]: Creates a [THREE.GridHelper](https://threejs.org/docs/index.html#Reference/Extras.Helpers/GridHelper)
* TODO:
* BoundingBoxHelper
* BoxHelper
Expand Down
2 changes: 1 addition & 1 deletion wiki/Internal-Components.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class SomeClass extends React.Component{
* [[cameraHelper]]: Creates a [THREE.CameraHelper](http://threejs.org/docs/#Reference/Extras.Helpers/CameraHelper)
* [[axisHelper]]: Creates a [THREE.AxisHelper](http://threejs.org/docs/#Reference/Extras.Helpers/AxisHelper)
* [[arrowHelper]]: Creates a [THREE.ArrowHelper](http://threejs.org/docs/#Reference/Extras.Helpers/ArrowHelper)
* [[gridHelper]]: Creates a [THREE.Object3D](http://threejs.org/docs/#Reference/Core/Object3D)
* [[gridHelper]]: Creates a [THREE.GridHelper](https://threejs.org/docs/index.html#Reference/Extras.Helpers/GridHelper)
* TODO:
* BoundingBoxHelper
* BoxHelper
Expand Down
2 changes: 1 addition & 1 deletion wiki/Objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Entities that can be added into a [[scene]]
* [[cameraHelper]]: Creates a [THREE.CameraHelper](http://threejs.org/docs/#Reference/Extras.Helpers/CameraHelper)
* [[axisHelper]]: Creates a [THREE.AxisHelper](http://threejs.org/docs/#Reference/Extras.Helpers/AxisHelper)
* [[arrowHelper]]: Creates a [THREE.ArrowHelper](http://threejs.org/docs/#Reference/Extras.Helpers/ArrowHelper)
* [[gridHelper]]: Creates a [THREE.Object3D](http://threejs.org/docs/#Reference/Core/Object3D)
* [[gridHelper]]: Creates a [THREE.GridHelper](https://threejs.org/docs/index.html#Reference/Extras.Helpers/GridHelper)
* TODO:
* BoundingBoxHelper
* BoxHelper
Expand Down
4 changes: 1 addition & 3 deletions wiki/gridHelper.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
# gridHelper

Creates a [THREE.Object3D](http://threejs.org/docs/#Reference/Core/Object3D)

Creates a [THREE.AxisHelper](https://threejs.org/docs/index.html#Reference/Extras.Helpers/GridHelper)
Creates a [THREE.GridHelper](https://threejs.org/docs/index.html#Reference/Extras.Helpers/GridHelper)

## Attributes

Expand Down

0 comments on commit b4cae6c

Please sign in to comment.