Skip to content

Commit

Permalink
Correcting docs for various primitive attributes (#2987)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
omgitsraven authored and dmarcos committed Aug 18, 2017
1 parent ab4f4d4 commit dfa1f1e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/primitives/a-box.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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 |
2 changes: 1 addition & 1 deletion docs/primitives/a-cone.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion docs/primitives/a-cylinder.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
4 changes: 2 additions & 2 deletions docs/primitives/a-plane.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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 |

Expand Down

1 comment on commit dfa1f1e

@ngokevin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@a-frobot docs-v0.6.0

Please sign in to comment.