summaryrefslogtreecommitdiff
path: root/client/splash/old
diff options
context:
space:
mode:
Diffstat (limited to 'client/splash/old')
-rw-r--r--client/splash/old/draco.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/client/splash/old/draco.js b/client/splash/old/draco.js
index 11c2463b..3f9bfad8 100644
--- a/client/splash/old/draco.js
+++ b/client/splash/old/draco.js
@@ -1,20 +1,3 @@
-/*
- dracoLoader.load( 'models/putin_2.drc', function ( geometry ) {
-
- geometry.computeVertexNormals();
-
- var material = new THREE.MeshBasicMaterial( { vertexColors: THREE.VertexColors } );
- var mesh = new THREE.Mesh( geometry, material );
- mesh.castShadow = true;
- mesh.receiveShadow = true;
- scene.add( mesh );
-
- // Release the cached decoder module.
- THREE.DRACOLoader.releaseDecoderModule();
-
- } );
-*/
-
function load() {
// Enable logging to console output.
dracoLoader.setVerbosity(1);