From bd0bb81ee5d1856f3b3e86b43ac7ff7312472dfe Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 28 Jan 2019 00:12:14 +0100 Subject: moar constants etc --- client/splash/old/draco.js | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'client/splash/old/draco.js') 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); -- cgit v1.2.3-70-g09d2