ソースを参照

Removed . from property

Greg Tatum 10 年 前
コミット
70ff18f07a

+ 4 - 4
docs/api/extras/curves/CubicBezierCurve.html

@@ -47,13 +47,13 @@ var curveObject = new THREE.Line( geometry, material );
 
 		<h2>Properties</h2>
 		
-		<h3>.[property:Vector2 v0]</h3>
+		<h3>[property:Vector2 v0]</h3>
 		
-		<h3>.[property:Vector2 v1]</h3>
+		<h3>[property:Vector2 v1]</h3>
 		
-		<h3>.[property:Vector2 v2]</h3>
+		<h3>[property:Vector2 v2]</h3>
 		
-		<h3>.[property:Vector2 v3]</h3>
+		<h3>[property:Vector2 v3]</h3>
 
 
 		<h2>Methods</h2>

+ 4 - 4
docs/api/extras/curves/CubicBezierCurve3.html

@@ -48,13 +48,13 @@ var curveObject = new THREE.Line( geometry, material );
 
 		<h2>Properties</h2>
 		
-		<h3>.[property:Vector3 v0]</h3>
+		<h3>[property:Vector3 v0]</h3>
 		
-		<h3>.[property:Vector3 v1]</h3>
+		<h3>[property:Vector3 v1]</h3>
 		
-		<h3>.[property:Vector3 v2]</h3>
+		<h3>[property:Vector3 v2]</h3>
 		
-		<h3>.[property:Vector3 v3]</h3>
+		<h3>[property:Vector3 v3]</h3>
 		
 
 		<h2>Methods</h2>

+ 3 - 3
docs/api/extras/curves/QuadraticBezierCurve.html

@@ -47,11 +47,11 @@ var curveObject = new THREE.Line( geometry, material );
 		<h2>Properties</h2>
 
 		
-		<h3>.[property:Vector2 v0]</h3>
+		<h3>[property:Vector2 v0]</h3>
 		
-		<h3>.[property:Vector2 v1]</h3>
+		<h3>[property:Vector2 v1]</h3>
 		
-		<h3>.[property:Vector2 v2]</h3>
+		<h3>[property:Vector2 v2]</h3>
 
 
 		<h2>Methods</h2>

+ 3 - 3
docs/api/extras/curves/QuadraticBezierCurve3.html

@@ -47,11 +47,11 @@ var curveObject = new THREE.Line( geometry, material );
 
 		<h2>Properties</h2>
 		
-		<h3>.[property:Vector3 v0]</h3>
+		<h3>[property:Vector3 v0]</h3>
 		
-		<h3>.[property:Vector3 v1]</h3>
+		<h3>[property:Vector3 v1]</h3>
 		
-		<h3>.[property:Vector3 v2]</h3>
+		<h3>[property:Vector3 v2]</h3>
 
 
 		<h2>Methods</h2>

+ 1 - 1
docs/api/extras/curves/SplineCurve3.html

@@ -43,7 +43,7 @@ var splineObject = new THREE.Line( geometry, material );
 
 		<h2>Properties</h2>
 
-		<h3>.[property:Array points]</h3>
+		<h3>[property:Array points]</h3>
 
 		<h2>Methods</h2>