From b4cae6cc2d18e4bd342406d55b197dfc86512764 Mon Sep 17 00:00:00 2001 From: Firtina Ozbalikci Date: Tue, 27 Sep 2016 19:50:25 +0100 Subject: [PATCH] [docs] Fix GridHelper docs --- docs/src/internalComponents/gridHelper.js | 4 ++-- wiki/API-Reference.md | 2 +- wiki/Helpers.md | 2 +- wiki/Internal-Components.md | 2 +- wiki/Objects.md | 2 +- wiki/gridHelper.md | 4 +--- 6 files changed, 7 insertions(+), 9 deletions(-) diff --git a/docs/src/internalComponents/gridHelper.js b/docs/src/internalComponents/gridHelper.js index 92e46e41..f1d9e399 100644 --- a/docs/src/internalComponents/gridHelper.js +++ b/docs/src/internalComponents/gridHelper.js @@ -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() { diff --git a/wiki/API-Reference.md b/wiki/API-Reference.md index 8fd70024..9fad66f1 100644 --- a/wiki/API-Reference.md +++ b/wiki/API-Reference.md @@ -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 diff --git a/wiki/Helpers.md b/wiki/Helpers.md index c6f245ef..27cf7509 100644 --- a/wiki/Helpers.md +++ b/wiki/Helpers.md @@ -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 diff --git a/wiki/Internal-Components.md b/wiki/Internal-Components.md index 64228a73..8d51f7f5 100644 --- a/wiki/Internal-Components.md +++ b/wiki/Internal-Components.md @@ -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 diff --git a/wiki/Objects.md b/wiki/Objects.md index 5f73c982..310954ea 100644 --- a/wiki/Objects.md +++ b/wiki/Objects.md @@ -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 diff --git a/wiki/gridHelper.md b/wiki/gridHelper.md index 3d42ae37..6469d579 100644 --- a/wiki/gridHelper.md +++ b/wiki/gridHelper.md @@ -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