Skip to content

Commit

Permalink
Update a-plane.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Rodrigues authored Jul 7, 2017
1 parent a00b8e8 commit ea871c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/primitives/a-plane.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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 | material.height | 256 |
| height | geometry.height | 256 |
| metalness | material.metalness | 0 |
| normal-map | material.normalMap | None |
| normal-scale | material.normalScale | 1 1 |
Expand All @@ -54,7 +54,7 @@ component with the type set to `plane`.
| segments-width | geometry.segmentsWidth | 1 |
| spherical-env-map | material.sphericalEnvMap | None |
| src | material.src | None |
| width | material.width | 512 |
| width | geometry.width | 512 |
| wireframe | material.wireframe | false |
| wireframe-linewidth | material.wireframeLinewidth | 2 |

Expand Down

0 comments on commit ea871c1

Please sign in to comment.