Browse Source

fixed info title in GLBufferAttribute example

raub 7 years ago
parent
commit
9359e2f2c6
1 changed files with 1 additions and 1 deletions
  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>