Forráskód Böngészése

Update BoxGeometry.html

1. added link to base Geometry class for common properties/methods
2. changed description to indicate the cuboid is centred on the origin at creation
rexdk 6 éve
szülő
commit
ea12b3f536
1 módosított fájl, 7 hozzáadás és 1 törlés
  1. 7 1
      docs/api/en/geometries/BoxGeometry.html

+ 7 - 1
docs/api/en/geometries/BoxGeometry.html

@@ -12,7 +12,7 @@
 
 		<h1>[name]</h1>
 
-		<p class="desc">BoxGeometry is a geometry class for a [link:https://en.wikipedia.org/wiki/Cuboid rectangular cuboid] with a given 'width', 'height', and 'depth'. The cuboid is centred on the origin, with each edge parallel to one of the axes.</p>
+		<p class="desc">BoxGeometry is a geometry class for a [link:https://en.wikipedia.org/wiki/Cuboid rectangular cuboid] with a given 'width', 'height', and 'depth'. On creation, the cuboid is centred on the origin, with each edge parallel to one of the axes.</p>
 		
 		<iframe id="scene" src="scenes/geometry-browser.html#BoxGeometry"></iframe>
 
@@ -53,6 +53,7 @@
 		</p>
 
 		<h2>Properties</h2>
+		<p>See the base [page:Geometry] class for common properties.</p>
 
 		<h3>[property:Object parameters]</h3>
 		<p>
@@ -68,6 +69,11 @@
 		</code>
  		</p>
 
+
+		<h2>Methods</h2>
+		<p>See the base [page:Geometry] class for common methods.</p>
+
+		
 		<h2>Source</h2>
 
 		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]