Explorar el Código

fixed info title in GLBufferAttribute example

raub hace 8 años
padre
commit
9359e2f2c6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/webgl_buffergeometry_points_glbufferattribute.html

+ 1 - 1
examples/webgl_buffergeometry_points_glbufferattribute.html

@@ -30,7 +30,7 @@
 	<body>
 	<body>
 
 
 		<div id="container"></div>
 		<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>
 		<script src="../build/three.js"></script>
 
 

粤ICP备19079148号