Skip to content

Commit fab9bc6

Browse files
Correct documentation (#5199)
Unlike THREE.js CylinderGeometry, the A-Frame cylinder geometry does not have distinct radii for top & bottom. Distinct radii for top & bottom are provided by the A-Frame cone geometry (which also uses the THREE.js CylinderGeometry).
1 parent d8fef14 commit fab9bc6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/primitives/a-cylinder.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ Also, we can create a tube by making the cylinder open-ended, which removes the
5757
| normal-texture-offset | material.normalTextureOffset | 0 0 |
5858
| normal-texture-repeat | material.normalTextureRepeat | 1 1 |
5959
| open-ended | geometry.openEnded | false |
60-
| radius-bottom | geometry.radiusBottom | 1 |
61-
| radius-top | geometry.radiusTop | 0.8 |
60+
| radius | geometry.radius | 1 |
6261
| repeat | material.repeat | 1 1 |
6362
| roughness | material.roughness | 0.5 |
6463
| segments-height | geometry.segmentsHeight | 18 |

0 commit comments

Comments
 (0)