Browse Source

Updated doc for BufferGeometryLoader

looeee 8 years ago
parent
commit
dc9e6ab2d4
1 changed files with 11 additions and 2 deletions
  1. 11 2
      docs/api/loaders/BufferGeometryLoader.html

+ 11 - 2
docs/api/loaders/BufferGeometryLoader.html

@@ -10,10 +10,15 @@
 	<body>
 	<body>
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
-		<div class="desc">A loader for loading a [page:BufferGeometry].</div>
+		<div class="desc">
+			A loader for loading a [page:BufferGeometry].
+			This uses the [page:FileLoader] internally for loading files.
+		</div>
 
 
 		<h2>Example</h2>
 		<h2>Example</h2>
 
 
+		[example:webgl_geometry_colors_lookuptable WebGL / geometry / colors / lookuptable]
+
 		<code>
 		<code>
 		// instantiate a loader
 		// instantiate a loader
 		var loader = new THREE.BufferGeometryLoader();
 		var loader = new THREE.BufferGeometryLoader();
@@ -38,7 +43,7 @@
 			}
 			}
 		);
 		);
 		</code>
 		</code>
-		
+
 		<h2>Constructor</h2>
 		<h2>Constructor</h2>
 
 
 		<h3>[name]( [page:LoadingManager manager] )</h3>
 		<h3>[name]( [page:LoadingManager manager] )</h3>
@@ -52,6 +57,10 @@
 
 
 		<h2>Properties</h2>
 		<h2>Properties</h2>
 
 
+		<h3>[property:LoadingManager manager]</h3>
+		<div>
+			The [page:LoadingManager loadingManager] the loader is using. Default is [page:DefaultLoadingManager].
+		</div>
 
 
 		<h2>Methods</h2>
 		<h2>Methods</h2>