From dfa1f1ef316118868746283c8694d734d8e8a2c1 Mon Sep 17 00:00:00 2001 From: RavenWorks Date: Fri, 18 Aug 2017 19:27:50 -0400 Subject: [PATCH] Correcting docs for various primitive attributes (#2987) * correct a-box docs width and height attributes * correct a-cone docs and height attribute * correct a-cylinder docs height attribute * correct a-plane docs width and height attributes --- docs/primitives/a-box.md | 4 ++-- docs/primitives/a-cone.md | 2 +- docs/primitives/a-cylinder.md | 2 +- docs/primitives/a-plane.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/primitives/a-box.md b/docs/primitives/a-box.md index cd6ab68bbf..cbdcaa7218 100644 --- a/docs/primitives/a-box.md +++ b/docs/primitives/a-box.md @@ -42,7 +42,7 @@ The box primitive creates shapes such as boxes, cubes, or walls. | displacement-texture-repeat | material.displacementTextureRepeat | 1 1 | | env-map | material.envMap | None | | fog | material.fog | true | -| height | material.height | 256 | +| height | geometry.height | 1 | | metalness | material.metalness | 0 | | normal-map | material.normalMap | None | | normal-scale | material.normalScale | 1 1 | @@ -55,6 +55,6 @@ The box primitive creates shapes such as boxes, cubes, or walls. | segments-width | geometry.segmentsWidth | 1 | | spherical-env-map | material.sphericalEnvMap | None | | src | material.src | None | -| width | material.width | 512 | +| width | geometry.width | 1 | | wireframe | material.wireframe | false | | wireframe-linewidth | material.wireframeLinewidth | 2 | diff --git a/docs/primitives/a-cone.md b/docs/primitives/a-cone.md index 2b82ec2370..3b0b59d16a 100644 --- a/docs/primitives/a-cone.md +++ b/docs/primitives/a-cone.md @@ -39,7 +39,7 @@ The cone primitive creates a cone shape. | displacement-texture-repeat | material.displacementTextureRepeat | 1 1 | | env-map | material.envMap | None | | fog | material.fog | true | -| height | material.height | 256 | +| height | geometry.height | 1 | | metalness | material.metalness | 0 | | normal-map | material.normalMap | None | | normal-scale | material.normalScale | 1 1 | diff --git a/docs/primitives/a-cylinder.md b/docs/primitives/a-cylinder.md index 65e4cf0f76..b3f9f142b6 100644 --- a/docs/primitives/a-cylinder.md +++ b/docs/primitives/a-cylinder.md @@ -42,7 +42,7 @@ The cylinder primitive is versatile and can be used to create different kinds of | displacement-texture-repeat | material.displacementTextureRepeat | 1 1 | | env-map | material.envMap | None | | fog | material.fog | true | -| height | material.height | 256 | +| height | geometry.height | 1 | | metalness | material.metalness | 0 | | normal-map | material.normalMap | None | | normal-scale | material.normalScale | 1 1 | diff --git a/docs/primitives/a-plane.md b/docs/primitives/a-plane.md index 84613c87aa..f1962c8919 100644 --- a/docs/primitives/a-plane.md +++ b/docs/primitives/a-plane.md @@ -43,7 +43,7 @@ component with the type set to `plane`. | displacement-texture-repeat | material.displacementTextureRepeat | 1 1 | | env-map | material.envMap | None | | fog | material.fog | true | -| height | geometry.height | 256 | +| height | geometry.height | 1 | | metalness | material.metalness | 0 | | normal-map | material.normalMap | None | | normal-scale | material.normalScale | 1 1 | @@ -55,7 +55,7 @@ component with the type set to `plane`. | segments-width | geometry.segmentsWidth | 1 | | spherical-env-map | material.sphericalEnvMap | None | | src | material.src | None | -| width | geometry.width | 512 | +| width | geometry.width | 1 | | wireframe | material.wireframe | false | | wireframe-linewidth | material.wireframeLinewidth | 2 |