kopia lustrzana https://github.com/backface/turtlestitch
remove unused loaders
rodzic
fcb13b85d1
commit
820c2bbc65
|
@ -31,8 +31,6 @@
|
|||
<script type="text/javascript" src="stitchcode/threee/CanvasRenderer.js"></script>
|
||||
<script type="text/javascript" src="stitchcode/threee/THREE.MeshLine.js"></script>
|
||||
<script type="text/javascript" src="stitchcode/threee/OrbitControls.old.js"></script>
|
||||
<script type="text/javascript" src="stitchcode/three-124/OBJLoader.js"></script>
|
||||
<script type="text/javascript" src="stitchcode/three-124/MTLLoader.js"></script>
|
||||
<script type="text/javascript" src="stitchcode/threee/Detector.js"></script>
|
||||
<script type="text/javascript" src="stitchcode/three-124/LegacyJSONLoader.js"></script>
|
||||
|
||||
|
|
|
@ -2723,7 +2723,6 @@ StageMorph.prototype.initTurtle = function() {
|
|||
var loader = new THREE.LegacyJSONLoader();
|
||||
|
||||
loader.load( 'stitchcode/assets/turtle.js',
|
||||
|
||||
function ( geometry, materials ) {
|
||||
//var material = materials[ 0 ];
|
||||
this.turtle = new THREE.Mesh(geometry,material);
|
||||
|
|
Ładowanie…
Reference in New Issue