Przeglądaj źródła

InterleavedBuffer: Improve stride definition

Mugen87 7 lat temu
rodzic
commit
6ac15f3210
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      docs/api/core/InterleavedBuffer.html

+ 2 - 2
docs/api/core/InterleavedBuffer.html

@@ -24,7 +24,7 @@
 		<h3>[name]( [page:TypedArray array], [page:Integer stride] )</h3>
 		<h3>[name]( [page:TypedArray array], [page:Integer stride] )</h3>
 		<div>
 		<div>
 			[page:TypedArray array] -- A typed array with a shared buffer. Stores the geometry data.<br/>
 			[page:TypedArray array] -- A typed array with a shared buffer. Stores the geometry data.<br/>
-			[page:Integer stride] -- How far apart the start of each vertex is.
+			[page:Integer stride] -- The number of items that make up a single amount of vertex data.
 		</div>
 		</div>
 
 
 		<h2>Properties</h2>
 		<h2>Properties</h2>
@@ -36,7 +36,7 @@
 
 
 		<h3>[property:Integer stride]</h3>
 		<h3>[property:Integer stride]</h3>
 		<div>
 		<div>
-			How far apart the start of each vertex is.
+			The number of items that make up a single amount of vertex data.
 		</div>
 		</div>
 
 
 		<h3>[property:Integer count]</h3>
 		<h3>[property:Integer count]</h3>