|
@@ -1,7 +1,7 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html lang="en">
|
|
|
<head>
|
|
|
- <meta charset="utf-8" />
|
|
|
+ <meta charset="utf-8" />
|
|
|
<base href="../../" />
|
|
|
<script src="list.js"></script>
|
|
|
<script src="page.js"></script>
|
|
@@ -44,9 +44,9 @@
|
|
|
|
|
|
<h3>[name]([page:Float radiusTop], [page:Float radiusBottom], [page:Float height], [page:Integer radiusSegments], [page:Integer heightSegments], [page:Boolean openEnded], [page:Float thetaStart], [page:Float thetaLength])</h3>
|
|
|
<div>
|
|
|
- radiusTop — Radius of the cylinder at the top. Default is 20.<br />
|
|
|
- radiusBottom — Radius of the cylinder at the bottom. Default is 20.<br />
|
|
|
- height — Height of the cylinder. Default is 100.<br />
|
|
|
+ radiusTop — Radius of the cylinder at the top. Default is 1.<br />
|
|
|
+ radiusBottom — Radius of the cylinder at the bottom. Default is 1.<br />
|
|
|
+ height — Height of the cylinder. Default is 1.<br />
|
|
|
radiusSegments — Number of segmented faces around the circumference of the cylinder. Default is 8<br />
|
|
|
heightSegments — Number of rows of faces along the height of the cylinder. Default is 1.<br />
|
|
|
openEnded — A Boolean indicating whether the ends of the cylinder are open or capped. Default is false, meaning capped.<br />
|