diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-28 00:12:14 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-28 00:12:14 +0100 |
| commit | bd0bb81ee5d1856f3b3e86b43ac7ff7312472dfe (patch) | |
| tree | 95c7154838296385d2bda1235c3ae66d0aa8b351 /client/splash/old/draco.js | |
| parent | 93a7fae69e5c3a45515a309cfcd96a0fa90a602b (diff) | |
moar constants etc
Diffstat (limited to 'client/splash/old/draco.js')
| -rw-r--r-- | client/splash/old/draco.js | 17 |
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); |
