remove unused loaders

pull/95/head
Michael 2021-07-08 15:40:35 +02:00
rodzic fcb13b85d1
commit 820c2bbc65
2 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -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>

Wyświetl plik

@ -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);