Ver Fonte

fixed info title in GLBufferAttribute example

raub há 7 anos atrás
pai
commit
9359e2f2c6

+ 1 - 1
examples/webgl_buffergeometry_points_glbufferattribute.html

@@ -30,7 +30,7 @@
 	<body>
 
 		<div id="container"></div>
-		<div id="info"><a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> webgl - buffergeometry - particles</div>
+		<div id="info"><a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> webgl - buffergeometry - custom VBOs</div>
 
 		<script src="../build/three.js"></script>