Skip to content

Commit

Permalink
JSM: update reference to typedarrayutils.
Browse files Browse the repository at this point in the history
  • Loading branch information
Don McCurdy committed Mar 15, 2019
1 parent 60cdc7c commit d1f7d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgl_nearestneighbour.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div id="info"><a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> webgl - typed arrays - nearest neighbour for 500,000 sprites</div>

<script src="../build/three.js"></script>
<script src="js/TypedArrayUtils.js"></script>
<script src="js/utils/TypedArrayUtils.js"></script>
<script src="js/controls/FirstPersonControls.js"></script>
<script type="x-shader/x-vertex" id="vertexshader">

Expand Down

0 comments on commit d1f7d01

Please sign in to comment.