Explorar el Código

Update webgl_skinning_simple

Mugen87 hace 7 años
padre
commit
d459b9f7fd
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      examples/webgl_skinning_simple.html

+ 2 - 1
examples/webgl_skinning_simple.html

@@ -30,7 +30,8 @@
 	<body>
 
 		<div id="info">
-		<a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> webgl - simple skinning
+		<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> webgl - simple skinning -
+		<a href="https://github.com/mrdoob/three.js/blob/master/examples/models/skinned/simple/simple.blend" target="_blank" rel="noopener">Blender File</a>
 		</div>
 
 		<script src="../build/three.js"></script>