Ver código fonte

updated links in webvr examples

Lewy Blue 6 anos atrás
pai
commit
ac2e1e1840
2 arquivos alterados com 3 adições e 3 exclusões
  1. 2 2
      examples/webvr_sculpt.html
  2. 1 1
      examples/webvr_vive_sculpt.html

+ 2 - 2
examples/webvr_sculpt.html

@@ -12,13 +12,13 @@
 			<a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> webvr - sculpt
 		</div>
 
-		
+
 		<script src="js/vr/HelioWebXRPolyfill.js"></script>
 		<script src="../build/three.js"></script>
 		<script src="js/vr/WebVR.js"></script>
 
 		<script src="js/loaders/OBJLoader.js"></script>
-		<script src="js/MarchingCubes.js"></script>
+		<script src="js/objects/MarchingCubes.js"></script>
 
 		<script>
 

+ 1 - 1
examples/webvr_vive_sculpt.html

@@ -19,7 +19,7 @@
 		<script src="js/vr/WebVR.js"></script>
 
 		<script src="js/loaders/OBJLoader.js"></script>
-		<script src="js/MarchingCubes.js"></script>
+		<script src="js/objects/MarchingCubes.js"></script>
 
 		<script>