فهرست منبع

Docs: Reduce linewidth through helpers.

Don McCurdy 7 سال پیش
والد
کامیت
2b2f2f8703

+ 13 - 13
docs/api/helpers/ArrowHelper.html

@@ -12,7 +12,7 @@
 
 		<h1>[name]</h1>
 
-		<div class="desc">An 3D arrow object for visualizing directions.</div>
+		<p class="desc">An 3D arrow object for visualizing directions.</p>
 
 
 		<h2>Example</h2>
@@ -41,55 +41,55 @@
 
 
 		<h3>[name]([param:Vector3 dir], [param:Vector3 origin], [param:Number length], [param:Number hex], [param:Number headLength], [param:Number headWidth] )</h3>
-		<div>
+		<p>
 		[page:Vector3 dir] -- direction from origin. Must be a unit vector. <br />
 		[page:Vector3 origin] -- Point at which the arrow starts.<br />
 		[page:Number length] -- length of the arrow. Default is *1*.<br />
 		[page:Number hex] -- hexadecimal value to define color. Default is 0xffff00.<br />
 		[page:Number headLength] -- The length of the head of the arrow. Default is 0.2 * length.<br />
 		[page:Number headWidth] -- The length of the width of the arrow. Default is 0.2 * headLength.
-		</div>
+		</p>
 
 		<h2>Properties</h2>
-		<div>See the base [page:Object3D] class for common properties.</div>
+		<p>See the base [page:Object3D] class for common properties.</p>
 
 
 		<h3>[property:Line line]</h3>
-		<div>Contains the line part of the arrowHelper.</div>
+		<p>Contains the line part of the arrowHelper.</p>
 
 		<h3>[property:Mesh cone]</h3>
-		<div>Contains the cone part of the arrowHelper.</div>
+		<p>Contains the cone part of the arrowHelper.</p>
 
 
 
 
 		<h2>Methods</h2>
-		<div>See the base [page:Object3D] class for common methods.</div>
+		<p>See the base [page:Object3D] class for common methods.</p>
 
 
 
 		<h3>[method:null setColor]([param:Number hex])</h3>
-		<div>
+		<p>
 		hex -- The hexadecimal value of the color.<br /><br />
 
 		Sets the color of the arrowHelper.
-		</div>
+		</p>
 
 		<h3>[method:null setLength]([param:Number length], [param:Number headLength], [param:Number headWidth])</h3>
-		<div>
+		<p>
 		length -- The desired length.<br />
 		headLength -- The length of the head of the arrow.<br />
 		headWidth -- The length of the width of the arrow.<br /><br />
 
 		Sets the length of the arrowhelper.
-		</div>
+		</p>
 
 		<h3>[method:null setDirection]([param:Vector3 dir])</h3>
-		<div>
+		<p>
 		dir -- The desired direction. Must be a unit vector.<br /><br />
 
 		Sets the direction of the arrowhelper.
-		</div>
+		</p>
 
 		<h2>Source</h2>
 

+ 6 - 6
docs/api/helpers/AxesHelper.html

@@ -12,8 +12,8 @@
 
 		<h1>[name]</h1>
 
-		<div class="desc">An axis object to visualize the 3 axes in a simple way. <br />
-			The X axis is red. The Y axis is green. The Z axis is blue.</div>
+		<p class="desc">An axis object to visualize the 3 axes in a simple way. <br />
+			The X axis is red. The Y axis is green. The Z axis is blue.</p>
 
 
 		<h2>Example</h2>
@@ -34,15 +34,15 @@ scene.add( axesHelper );
 
 
 		<h3>[name]( [param:Number size] )</h3>
-		<div>
+		<p>
 		[page:Number size] -- (optional) size of the lines representing the axes. Default is *1*.
-		</div>
+		</p>
 
 		<h2>Properties</h2>
-		<div>See the base [page:LineSegments] class for common properties.</div>
+		<p>See the base [page:LineSegments] class for common properties.</p>
 
 		<h2>Methods</h2>
-		<div>See the base [page:LineSegments] class for common methods.</div>
+		<p>See the base [page:LineSegments] class for common methods.</p>
 
 		<h2>Source</h2>
 

+ 9 - 9
docs/api/helpers/Box3Helper.html

@@ -12,9 +12,9 @@
 
 		<h1>[name]</h1>
 
-		<div class="desc">
+		<p class="desc">
 			Helper object to visualize a [page:Box3].
-		</div>
+		</p>
 
 
 		<h2>Example</h2>
@@ -32,30 +32,30 @@
 
 
 		<h3>[name]( [param:Box3 box], [param:Color color] )</h3>
-		<div>
+		<p>
 		[page:Box3 box]  -- the Box3 to show.<br />
 		[page:Color color] --  (optional) the box's color. Default is 0xffff00.<br /><br />
 
 		Creates a new wireframe box that represents the passed Box3.
-		</div>
+		</p>
 
 		<h2>Properties</h2>
-		<div>See the base [page:LineSegments] class for common properties.</div>
+		<p>See the base [page:LineSegments] class for common properties.</p>
 
 		<h3>[property:Box3 box]</h3>
-		<div>The Box3 being visualized.</div>
+		<p>The Box3 being visualized.</p>
 
 
 		<h2>Methods</h2>
-		<div>See the base [page:LineSegments] class for common methods.</div>
+		<p>See the base [page:LineSegments] class for common methods.</p>
 
 
 		<h3>[method:void updateMatrixWorld]( force )</h3>
-		<div>
+		<p>
 			This overrides the method in the base [page:Object3D] class so that it
 			also updates the wireframe box to the extent of the [page:Box3Helper.box .box]
 			property.
-		</div>
+		</p>
 
 		<h2>Source</h2>
 

+ 10 - 10
docs/api/helpers/BoxHelper.html

@@ -12,12 +12,12 @@
 
 		<h1>[name]</h1>
 
-		<div class="desc">
+		<p class="desc">
 			Helper object to show the world-axis-aligned bounding box around an object.
 
 			Note that the object must have a [page:Geometry] or [page:BufferGeometry] for this to work,
 			so it won't work with [page:Sprite Sprites].
-		</div>
+		</p>
 
 
 		<h2>Example</h2>
@@ -39,33 +39,33 @@
 
 
 		<h3>[name]( [param:Object3D object], [param:Color color] )</h3>
-		<div>
+		<p>
 		[page:Object3D object]  -- (optional) the object3D to show the world-axis-aligned boundingbox.<br />
 		[page:Color color] --  (optional) hexadecimal value that defines the box's color. Default is 0xffff00.<br /><br />
 
 		Creates a new wireframe box that bounds the passed object. Internally this uses [page:Box3.setFromObject]
 		to calculate the dimensions. Note that this includes any children.
-		</div>
+		</p>
 
 		<h2>Properties</h2>
-		<div>See the base [page:LineSegments] class for common properties.</div>
+		<p>See the base [page:LineSegments] class for common properties.</p>
 
 
 		<h2>Methods</h2>
-		<div>See the base [page:LineSegments] class for common methods.</div>
+		<p>See the base [page:LineSegments] class for common methods.</p>
 
 		<h3>[method:null update]()</h3>
-		<div>
+		<p>
 			Updates the helper's geometry to match the dimensions
 			of the object, including any children. See [page:Box3.setFromObject].
-		</div>
+		</p>
 
 		<h3>[method:BoxHelper setFromObject]( [param:Object3D object] )</h3>
-		<div>
+		<p>
 			[page:Object3D object] - [page:Object3D] to create the helper of.<br /><br />
 
 			Updates the wireframe box for the passed object.
-		</div>
+		</p>
 
 		<h2>Source</h2>
 

+ 12 - 12
docs/api/helpers/CameraHelper.html

@@ -12,10 +12,10 @@
 
 		<h1>[name]</h1>
 
-		<div class="desc">
+		<p class="desc">
 		This helps with visualizing what a camera contains in its frustum.<br />
 		It visualizes the frustum of a camera using a [page:LineSegments].
-		</div>
+		</p>
 
 		<h2>Example</h2>
 
@@ -33,44 +33,44 @@ scene.add( helper );
 
 
 		<h3>[name]( [param:Camera camera] )</h3>
-		<div>
+		<p>
 		[page:Camera camera] -- The camera to visualize.<br /><br />
 
 		This create a new [Name] for the specified camera.
-		</div>
+		</p>
 
 
 
 		<h2>Properties</h2>
-		<div>See the base [page:LineSegments] class for common properties.</div>
+		<p>See the base [page:LineSegments] class for common properties.</p>
 
 
 
 		<h3>[property:Camera camera]</h3>
-		<div>The camera being visualized.</div>
+		<p>The camera being visualized.</p>
 
 		<h3>[property:object pointMap]</h3>
-		<div>This contains the points used to visualize the camera.</div>
+		<p>This contains the points used to visualize the camera.</p>
 
 		<h3>[property:object matrix]</h3>
-		<div>Reference to the [page:Object3D.matrixWorld camera.matrixWorld].</div>
+		<p>Reference to the [page:Object3D.matrixWorld camera.matrixWorld].</p>
 
 		<h3>[property:object matrixAutoUpdate]</h3>
-		<div>
+		<p>
 			See [page:Object3D.matrixAutoUpdate]. Set to *false* here as the helper is using the
 			camera's [page:Object3D.matrixWorld matrixWorld].
-		</div>
+		</p>
 
 
 
 
 
 		<h2>Methods</h2>
-		<div>See the base [page:LineSegments] class for common methods.</div>
+		<p>See the base [page:LineSegments] class for common methods.</p>
 
 
 		<h3>[method:null update]()</h3>
-		<div>Updates the helper based on the projectionMatrix of the camera.</div>
+		<p>Updates the helper based on the projectionMatrix of the camera.</p>
 
 		<h2>Source</h2>
 

+ 15 - 15
docs/api/helpers/DirectionalLightHelper.html

@@ -12,11 +12,11 @@
 
 		<h1>[name]</h1>
 
-		<div class="desc">
+		<p class="desc">
 			Helper object to assist with visualizing a [page:DirectionalLight]'s effect on the scene.
 
 			This consists of plane and a line representing the light's position and direction.
-		</div>
+		</p>
 
 		<h2>Example</h2>
 
@@ -33,50 +33,50 @@
 
 
 		<h3>[name]( [param:DirectionalLight light], [param:Number size], [param:Hex color] )</h3>
-		<div>
+		<p>
 			[page:DirectionalLight light]-- The light to be visualized. <br /><br />
 
 			[page:Number size] -- (optional) dimensions of the plane. Default is *1*.<br /><br />
 
 			[page:Hex color] -- (optional) if this is not the set the helper will take the color of the light.
-		</div>
+		</p>
 
 
 		<h2>Properties</h2>
-		<div>See the base [page:Object3D] class for common properties.</div>
+		<p>See the base [page:Object3D] class for common properties.</p>
 
 
 		<h3>[property:Line lightPlane]</h3>
-		<div>Contains the line mesh showing the location of the directional light.</div>
+		<p>Contains the line mesh showing the location of the directional light.</p>
 
 		<h3>[property:DirectionalLight light]</h3>
-		<div>Reference to the [page:DirectionalLight directionalLight] being visualized.</div>
+		<p>Reference to the [page:DirectionalLight directionalLight] being visualized.</p>
 
 		<h3>[property:object matrix]</h3>
-		<div>Reference to the light's [page:Object3D.matrixWorld matrixWorld].</div>
+		<p>Reference to the light's [page:Object3D.matrixWorld matrixWorld].</p>
 
 		<h3>[property:object matrixAutoUpdate]</h3>
-		<div>
+		<p>
 			See [page:Object3D.matrixAutoUpdate]. Set to *false* here as the helper is using the
 			light's [page:Object3D.matrixWorld matrixWorld].
-		</div>
+		</p>
 
 		<h3>[property:hex color]</h3>
-		<div>
+		<p>
 			The color parameter passed in the constructor. Default is *undefined*. If this is changed,
 			the helper's color will update the next time [page:.update update] is called.
-		</div>
+		</p>
 
 
 		<h2>Methods</h2>
-		<div>See the base [page:Object3D] class for common properties.</div>
+		<p>See the base [page:Object3D] class for common properties.</p>
 
 		<h3>[method:null dispose]()</h3>
-		<div>Dispose of the directionalLightHelper.</div>
+		<p>Dispose of the directionalLightHelper.</p>
 
 
 		<h3>[method:null update]()</h3>
-		<div>Updates the helper to match the position and direction of the [page:.light directionalLight] being visualized.</div>
+		<p>Updates the helper to match the position and direction of the [page:.light directionalLight] being visualized.</p>
 
 		<h2>Source</h2>
 

+ 13 - 12
docs/api/helpers/FaceNormalsHelper.html

@@ -12,13 +12,14 @@
 
 		<h1>[name]</h1>
 
-		<div class="desc">
+		<p class="desc">
 			Renders [page:ArrowHelper arrows] to visualize an object's [page:Face3 face] normals.
-			Requires  that face normals have been specified on all 	[page:Face3 faces] or calculated with [page:Geometry.computeFaceNormals computeFaceNormals].</div>
+			Requires  that face normals have been specified on all 	[page:Face3 faces] or calculated
+			with [page:Geometry.computeFaceNormals computeFaceNormals]. <br /><br />
 
 			Note that this only works with the objects whose geometry is an instance of [page:Geometry].
 			For [page:BufferGeometry] use a [page:VertexNormalsHelper] instead.
-		<div>
+		<p>
 
 
 		<h2>Example</h2>
@@ -40,37 +41,37 @@
 
 
 		<h3>[name]( [param:Object3D object], [param:Number size], [param:Color color], [param:Number linewidth] )</h3>
-		<div>
+		<p>
 		[page:Object3D object] -- object for which to render face normals.<br />
 		[page:Number size] -- (optional) length of the arrows. Default is *1*.<br />
 		[page:Hex color] -- (optional) hex color of the arrows. Default is *0xffff00*.<br />
 		[page:Number linewidth] -- (optional) width of the arrow lines.  Default is *1*.
-		</div>
+		</p>
 
 
 		<h2>Properties</h2>
-		<div>See the base [page:LineSegments] class for common properties.</div>
+		<p>See the base [page:LineSegments] class for common properties.</p>
 
 		<h3>[property:object matrixAutoUpdate]</h3>
-		<div>
+		<p>
 			See [page:Object3D.matrixAutoUpdate]. Set to *false* here as the helper is using the
 			objects's [page:Object3D.matrixWorld matrixWorld].
-		</div>
+		</p>
 
 		<h3>[property:Object3D object]</h3>
-		<div>The object for which the face normals are being visualized.</div>
+		<p>The object for which the face normals are being visualized.</p>
 
 		<h3>[property:Number size]</h3>
-		<div>Length of the arrows. Default is *1*.</div>
+		<p>Length of the arrows. Default is *1*.</p>
 
 
 
 		<h2>Methods</h2>
-		<div>See the base [page:LineSegments] class for common methods.</div>
+		<p>See the base [page:LineSegments] class for common methods.</p>
 
 
 		<h3>[method:null update]()</h3>
-		<div>Updates the face normal preview based on movement of the object.</div>
+		<p>Updates the face normal preview based on movement of the object.</p>
 
 
 		<h2>Source</h2>

+ 5 - 5
docs/api/helpers/GridHelper.html

@@ -12,7 +12,7 @@
 
 		<h1>[name]</h1>
 
-		<div class="desc">The GridHelper is an object to define grids. Grids are two-dimensional arrays of lines.</div>
+		<p class="desc">The GridHelper is an object to define grids. Grids are two-dimensional arrays of lines.</p>
 
 
 		<h2>Example</h2>
@@ -29,15 +29,15 @@
 		<h2>Constructor</h2>
 
 		<h3>[name]( [param:number size], [param:Number divisions], [param:Color colorCenterLine], [param:Color colorGrid] )</h3>
-		<div>
+		<p>
 		size -- The size of the grid. Default is 10. <br />
 		divisions -- The number of divisions across the grid. Default is 10. <br />
 		colorCenterLine -- The color of the centerline. This can be a [page:Color], a hexadecimal value and an CSS-Color name. Default is 0x444444 <br />
 		colorGrid -- The color of the lines of the grid. This can be a [page:Color], a hexadecimal value and an CSS-Color name. Default is 0x888888
-		</div>
-		<div>
+		</p>
+		<p>
 		Creates a new [name] of size 'size' and divided into 'divisions' segments per side. Colors are optional.
-		</div>
+		</p>
 
 		<h2>Source</h2>
 

+ 14 - 14
docs/api/helpers/HemisphereLightHelper.html

@@ -12,9 +12,9 @@
 
 		<h1>[name]</h1>
 
-		<div class="desc">
+		<p class="desc">
 			Creates a visual aid consisting of a spherical [page:Mesh] for a [page:HemisphereLight HemisphereLight].
-		</div>
+		</p>
 
 		<h3>Example</h3>
 
@@ -30,45 +30,45 @@ scene.add( helper );
 		<h2>Constructor</h2>
 
 		<h3>[name]( [param:HemisphereLight light], [param:Number sphereSize], [param:Hex color] )</h3>
-		<div>
+		<p>
 			[page:HemisphereLight light] -- The light being visualized. <br /><br />
 
 			[page:Number size] -- The size of the mesh used to visualize the light.<br /><br />
 
 			[page:Hex color] -- (optional) if this is not the set the helper will take the color of the light.
-		</div>
+		</p>
 
 
 		<h2>Properties</h2>
-		<div>See the base [page:Object3D] class for common properties.</div>
+		<p>See the base [page:Object3D] class for common properties.</p>
 
 		<h3>[property:HemisphereLight light]</h3>
-		<div>Reference to the HemisphereLight being visualized.</div>
+		<p>Reference to the HemisphereLight being visualized.</p>
 
 		<h3>[property:object matrix]</h3>
-		<div>Reference to the hemisphereLight's [page:Object3D.matrixWorld matrixWorld].</div>
+		<p>Reference to the hemisphereLight's [page:Object3D.matrixWorld matrixWorld].</p>
 
 		<h3>[property:object matrixAutoUpdate]</h3>
-		<div>
+		<p>
 			See [page:Object3D.matrixAutoUpdate]. Set to *false* here as the helper is using the
 			hemisphereLight's [page:Object3D.matrixWorld matrixWorld].
-		</div>
+		</p>
 
 		<h3>[property:hex color]</h3>
-		<div>
+		<p>
 			 The color parameter passed in the constructor. Default is *undefined*. If this is changed, the helper's color will update
 			the next time [page:.update update] is called.
-		</div>
+		</p>
 
 
 		<h2>Methods</h2>
-		<div>See the base [page:Object3D] class for common methods.</div>
+		<p>See the base [page:Object3D] class for common methods.</p>
 
 		<h3>[method:null dispose]()</h3>
-		<div>Dispose of the hemisphereLightHelper.</div>
+		<p>Dispose of the hemisphereLightHelper.</p>
 
 		<h3>[method:null update]()</h3>
-		<div>Updates the helper to match the position and direction of the [page:.light].</div>
+		<p>Updates the helper to match the position and direction of the [page:.light].</p>
 
 
 		<h2>Source</h2>

+ 10 - 10
docs/api/helpers/PlaneHelper.html

@@ -12,9 +12,9 @@
 
 		<h1>[name]</h1>
 
-		<div class="desc">
+		<p class="desc">
 			Helper object to visualize a [page:Plane].
-		</div>
+		</p>
 
 
 		<h2>Example</h2>
@@ -30,33 +30,33 @@
 
 
 		<h3>[name]( [param:Plane plane], [param:Float size], [param:Color hex] )</h3>
-		<div>
+		<p>
 		[page:Plane plane] --  the plane to visualize.<br />
 		[page:Float size] -- (optional) side length of plane helper. Default is 1.<br />
 		[page:Color color] --  (optional) the color of the helper. Default is 0xffff00.<br /><br />
 
 		Creates a new wireframe representation of the passed plane.
-		</div>
+		</p>
 
 		<h2>Properties</h2>
-		<div>See the base [page:LineSegments] class for common properties.</div>
+		<p>See the base [page:LineSegments] class for common properties.</p>
 
 		<h3>[property:Plane plane]</h3>
-		<div>The [page:Plane plane] being visualized.</div>
+		<p>The [page:Plane plane] being visualized.</p>
 
 		<h3>[property:Float size]</h3>
-		<div>The side lengths of plane helper.</div>
+		<p>The side lengths of plane helper.</p>
 
 
 		<h2>Methods</h2>
-		<div>See the base [page:LineSegments] class for common methods.</div>
+		<p>See the base [page:LineSegments] class for common methods.</p>
 
 		<h3>[method:void updateMatrixWorld]( force )</h3>
-		<div>
+		<p>
 			This overrides the method in the base [page:Object3D] class so that it also
 			updates the helper object according to the [page:PlaneHelper.plane .plane] and
 			[page:PlaneHelper.size .size] properties.
-		</div>
+		</p>
 
 		<h2>Source</h2>
 

+ 14 - 14
docs/api/helpers/PointLightHelper.html

@@ -12,10 +12,10 @@
 
 		<h1>[name]</h1>
 
-		<div class="desc">
+		<p class="desc">
 			This displays a helper object consisting of a spherical [page:Mesh] for visualizing
 			 a [page:PointLight].
-		 </div>
+		 </p>
 
 
 		<h2>Example</h2>
@@ -38,44 +38,44 @@
 		<h2>Constructor</h2>
 
 		<h3>[name]( [param:PointLight light], [param:Float sphereSize], [param:Hex color] )</h3>
-		<div>
+		<p>
 		[page:PointLight light] -- The light to be visualized. <br /><br />
 
 		[page:Float sphereSize] -- (optional) The size of the sphere helper. Default is *1*.<br /><br />
 
 		[page:Hex color] -- (optional) if this is not the set the helper will take the color of the light.
-		</div>
+		</p>
 
 		<h2>Properties</h2>
-		<div>See the base [page:Mesh] class for common properties.</div>
+		<p>See the base [page:Mesh] class for common properties.</p>
 
 		<h3>[property:PointLight light]</h3>
-		<div>The [page:PointLight] that is being visualized.</div>
+		<p>The [page:PointLight] that is being visualized.</p>
 
 		<h3>[property:object matrix]</h3>
-		<div>Reference to the pointLight's [page:Object3D.matrixWorld matrixWorld].</div>
+		<p>Reference to the pointLight's [page:Object3D.matrixWorld matrixWorld].</p>
 
 		<h3>[property:object matrixAutoUpdate]</h3>
-		<div>
+		<p>
 			See [page:Object3D.matrixAutoUpdate]. Set to *false* here as the helper is using the
 			pointLight's [page:Object3D.matrixWorld matrixWorld].
-		</div>
+		</p>
 
 		<h3>[property:hex color]</h3>
-		<div>
+		<p>
 			 The color parameter passed in the constructor. Default is *undefined*. If this is changed, the helper's color will update
 			the next time [page:.update update] is called.
-		</div>
+		</p>
 
 		<h2>Methods</h2>
-		<div>See the base [page:Mesh] class for common methods.</div>
+		<p>See the base [page:Mesh] class for common methods.</p>
 
 		<h3>[method:null dispose]()</h3>
-		<div>Dispose of the pointLightHelper.</div>
+		<p>Dispose of the pointLightHelper.</p>
 
 
 		<h3>[method:null update]()</h3>
-		<div>Updates the helper to match the position of the [page:.light].</div>
+		<p>Updates the helper to match the position of the [page:.light].</p>
 
 		<h2>Source</h2>
 

+ 5 - 5
docs/api/helpers/PolarGridHelper.html

@@ -12,7 +12,7 @@
 
 		<h1>[name]</h1>
 
-		<div class="desc">The PolarGridHelper is an object to define polar grids. Grids are two-dimensional arrays of lines.</div>
+		<p class="desc">The PolarGridHelper is an object to define polar grids. Grids are two-dimensional arrays of lines.</p>
 
 
 		<h2>Example</h2>
@@ -31,17 +31,17 @@
 		<h2>Constructor</h2>
 
 		<h3>[name]( [param:Number radius], [param:Number radials], [param:Number circles], [param:Number divisions], [param:Color color1], [param:Color color2] )</h3>
-		<div>
+		<p>
 		radius -- The radius of the polar grid. This can be any positive number. Default is 10.<br />
 		radials -- The number of radial lines. This can be any positive integer. Default is 16.<br />
 		circles -- The number of circles. This can be any positive integer. Default is 8.<br />
 		divisions -- The number of line segments used for each circle. This can be any positive integer that is 3 or greater. Default is 64.<br />
 		color1 -- The first color used for grid elements. This can be a [page:Color], a hexadecimal value and an CSS-Color name. Default is 0x444444 <br />
 		color2 -- The second color used for grid elements. This can be a [page:Color], a hexadecimal value and an CSS-Color name. Default is 0x888888
-		</div>
-		<div>
+		</p>
+		<p>
 		Creates a new [name] of radius 'radius' with 'radials' number of radials and 'circles' number of circles, where each circle is smoothed into 'divisions' number of line segments. Colors are optional.
-		</div>
+		</p>
 
 		<h2>Source</h2>
 

+ 11 - 11
docs/api/helpers/RectAreaLightHelper.html

@@ -12,9 +12,9 @@
 
 		<h1>[name]</h1>
 
-		<div class="desc">
+		<p class="desc">
 			Creates a visual aid for a [page:RectAreaLight].
-		</div>
+		</p>
 
 		<h3>Example</h3>
 
@@ -30,34 +30,34 @@ scene.add( helper );
 		<h2>Constructor</h2>
 
 		<h3>[name]( [param:RectAreaLight light], [param:Hex color] )</h3>
-		<div>
+		<p>
 			[page:RectAreaLight light] -- The light being visualized.<br /><br />
 
 			[page:Hex color] -- (optional) if this is not the set the helper will take the color of the light.
-		</div>
+		</p>
 
 
 		<h2>Properties</h2>
-		<div>See the base [page:Object3D] class for common properties.</div>
+		<p>See the base [page:Object3D] class for common properties.</p>
 
 		<h3>[property:RectAreaLight light]</h3>
-		<div>Reference to the RectAreaLight being visualized.</div>
+		<p>Reference to the RectAreaLight being visualized.</p>
 
 		<h3>[property:hex color]</h3>
-		<div>
+		<p>
 						 The color parameter passed in the constructor. Default is *undefined*. If this is changed, the helper's color will update
 						the next time [page:.update update] is called.
-		</div>
+		</p>
 
 
 		<h2>Methods</h2>
-		<div>See the base [page:Object3D] class for common methods.</div>
+		<p>See the base [page:Object3D] class for common methods.</p>
 
 		<h3>[method:null dispose]()</h3>
-		<div>Dispose of the rectAreaLightHelper.</div>
+		<p>Dispose of the rectAreaLightHelper.</p>
 
 		<h3>[method:null update]()</h3>
-		<div>Updates the helper to match the position and direction of the [page:.light].</div>
+		<p>Updates the helper to match the position and direction of the [page:.light].</p>
 
 
 		<h2>Source</h2>

+ 9 - 9
docs/api/helpers/SkeletonHelper.html

@@ -12,10 +12,10 @@
 
 		<h1>[name]</h1>
 
-		<div class="desc">
+		<p class="desc">
 		A helper object to assist with visualizing a [page:Skeleton Skeleton].
 		The helper is renderered using a [page:LineBasicMaterial LineBasicMaterial].
-		</div>
+		</p>
 
 
 		<h2>Example</h2>
@@ -36,24 +36,24 @@ scene.add( helper );
 
 
 		<h3>[name]( object )</h3>
-		<div>
+		<p>
 		object -- can be any object that has an array of [page:Bone Bone]s as a sub object. <br />
 		For example, a [page:Skeleton Skeleton] or a [page:SkinnedMesh SkinnedMesh].
-		</div>
+		</p>
 
 
 		<h2>Properties</h2>
 
 		<h3>[property:Array bones]</h3>
-		<div>
+		<p>
 		The list of bones that the helper renders as [page:Line Lines].
-		</div>
+		</p>
 
 		<h3>[property:Object root]</h3>
-		<div>
+		<p>
 		The object passed in the constructor.
-		</div>
-		
+		</p>
+
 
 		<h2>Source</h2>
 

+ 14 - 14
docs/api/helpers/SpotLightHelper.html

@@ -12,7 +12,7 @@
 
 		<h1>[name]</h1>
 
-		<div class="desc">This displays a cone shaped helper object for a [page:SpotLight].</div>
+		<p class="desc">This displays a cone shaped helper object for a [page:SpotLight].</p>
 
 		<h2>Example</h2>
 		<iframe src='../examples/webgl_lights_spotlight.html'></iframe>
@@ -36,45 +36,45 @@
 
 
 		<h3>[name]( [param:SpotLight light], [param:Hex color] )</h3>
-		<div>
+		<p>
 			[page:SpotLight light] -- The [page:SpotLight] to be visualized. <br /><br/>
 
 			[page:Hex color] -- (optional) if this is not the set the helper will take the color of the light.
-		</div>
+		</p>
 
 
 		<h2>Properties</h2>
-		<div>See the base [page:Object3D] class for common properties.</div>
+		<p>See the base [page:Object3D] class for common properties.</p>
 
 		<h3>[property:LineSegments cone]</h3>
-		<div>[page:LineSegments] used to visualize the light.</div>
+		<p>[page:LineSegments] used to visualize the light.</p>
 
 		<h3>[property:SpotLight light]</h3>
-		<div>Reference to the [page:SpotLight] being visualized.</div>
+		<p>Reference to the [page:SpotLight] being visualized.</p>
 
 		<h3>[property:object matrix]</h3>
-		<div>Reference to the spotLight's [page:Object3D.matrixWorld matrixWorld].</div>
+		<p>Reference to the spotLight's [page:Object3D.matrixWorld matrixWorld].</p>
 
 		<h3>[property:object matrixAutoUpdate]</h3>
-		<div>
+		<p>
 			See [page:Object3D.matrixAutoUpdate]. Set to *false* here as the helper is using the
 			spotLight's [page:Object3D.matrixWorld matrixWorld].
-		</div>
+		</p>
 
 		<h3>[property:hex color]</h3>
-		<div>
+		<p>
 					 The color parameter passed in the constructor. Default is *undefined*. If this is changed, the helper's color will update
 					the next time [page:.update update] is called.
-		</div>
+		</p>
 
 		<h2>Methods</h2>
-		<div>See the base [page:Object3D] class for common methods.</div>
+		<p>See the base [page:Object3D] class for common methods.</p>
 
 		<h3>[method:null dispose]()</h3>
-		<div>Disposes of the light helper.</div>
+		<p>Disposes of the light helper.</p>
 
 		<h3>[method:null update]()</h3>
-		<div>Updates the light helper.</div>
+		<p>Updates the light helper.</p>
 
 		<h2>Source</h2>
 

+ 11 - 11
docs/api/helpers/VertexNormalsHelper.html

@@ -12,13 +12,13 @@
 
 		<h1>[name]</h1>
 
-		<div class="desc">
+		<p class="desc">
 			Renders [page:ArrowHelper arrows] to visualize an object's vertex normal vectors.
 			Requires that normals have been specified in a [page:BufferAttribute custom attribute] or
 			have been calculated using [page:Geometry.computeVertexNormals computeVertexNormals].<br /><br />
 
 			Unlike [page:FaceNormalsHelper], this works with [page:BufferGeometry].
-		</div>
+		</p>
 
 		<h2>Example</h2>
 
@@ -40,36 +40,36 @@
 
 
 		<h3>[name]( [param:Object3D object], [param:Number size], [param:Hex color], [param:Number linewidth] )</h3>
-		<div>
+		<p>
 			[page:Object3D object] -- object for which to render vertex normals.<br />
 			[page:Number size] -- (optional) length of the arrows. Default is 1.<br />
 			[page:Hex color] -- hex color of the arrows. Default is 0xff0000.<br />
 			[page:Number linewidth] -- (optional) width of the arrow lines. Default is 1.
-		</div>
+		</p>
 
 
 		<h2>Properties</h2>
-		<div>See the base [page:LineSegments] class for common properties.</div>
+		<p>See the base [page:LineSegments] class for common properties.</p>
 
 		<h3>[property:object matrixAutoUpdate]</h3>
-		<div>
+		<p>
 			See [page:Object3D.matrixAutoUpdate]. Set to *false* here as the helper is using the
 			objects's [page:Object3D.matrixWorld matrixWorld].
-		</div>
+		</p>
 
 		<h3>[property:Object3D object]</h3>
-		<div>The object for which the vertex normals are being visualized.</div>
+		<p>The object for which the vertex normals are being visualized.</p>
 
 		<h3>[property:Number size]</h3>
-		<div>Length of the arrows. Default is *1*.</div>
+		<p>Length of the arrows. Default is *1*.</p>
 
 
 		<h2>Methods</h2>
-		<div>See the base [page:LineSegments] class for common methods.</div>
+		<p>See the base [page:LineSegments] class for common methods.</p>
 
 
 		<h3>[method:null update]()</h3>
-		<div>Updates the vertex normal preview based on movement of the object.</div>
+		<p>Updates the vertex normal preview based on movement of the object.</p>
 
 
 		<h2>Source</h2>