Removed some (now gone) WaltHead.js includes.

This commit is contained in:
Mr.doob
2011-10-08 21:10:17 +02:00
parent 2c8967b124
commit 330b64b080
5 changed files with 2 additions and 14 deletions
-1
View File
@@ -40,7 +40,6 @@
</div> </div>
<script src="../build/Three.js"></script> <script src="../build/Three.js"></script>
<script src="obj/WaltHead.js"></script>
<script src="js/RequestAnimationFrame.js"></script> <script src="js/RequestAnimationFrame.js"></script>
@@ -40,7 +40,6 @@
</div> </div>
<script src="../build/Three.js"></script> <script src="../build/Three.js"></script>
<script src="obj/WaltHead.js"></script>
<script src="js/RequestAnimationFrame.js"></script> <script src="js/RequestAnimationFrame.js"></script>
+1 -2
View File
@@ -39,8 +39,7 @@
Walt Disney head by <a href="http://www.davidoreilly.com/2009/01/walt-disneys-head-on-a-plate" target="_blank">David OReilly</a> Walt Disney head by <a href="http://www.davidoreilly.com/2009/01/walt-disneys-head-on-a-plate" target="_blank">David OReilly</a>
</div> </div>
<script src="../build/Three.js"></script> <script src="../build/Three.js"></script>
<script src="obj/WaltHead.js"></script>
<script src="js/RequestAnimationFrame.js"></script> <script src="js/RequestAnimationFrame.js"></script>
@@ -41,8 +41,6 @@
<script src="../build/Three.js"></script> <script src="../build/Three.js"></script>
<script src="../src/extras/ImageUtils.js"></script> <script src="../src/extras/ImageUtils.js"></script>
<script src="obj/WaltHead.js"></script>
<script src="js/RequestAnimationFrame.js"></script> <script src="js/RequestAnimationFrame.js"></script>
<script> <script>
+1 -8
View File
@@ -28,9 +28,6 @@
<script src="fonts/helvetiker_regular.typeface.js"></script> <script src="fonts/helvetiker_regular.typeface.js"></script>
<script src="obj/WaltHead.js"></script>
<!-- -->
<script> <script>
var container, stats; var container, stats;
@@ -76,8 +73,6 @@
} }
THREE.WaltHead = WaltHead;
var geometriesParams = [ var geometriesParams = [
{type: 'CubeGeometry', args: [ 200, 200, 200, 2, 2, 2, materials ] }, {type: 'CubeGeometry', args: [ 200, 200, 200, 2, 2, 2, materials ] },
@@ -92,9 +87,7 @@
font: "helvetiker" font: "helvetiker"
}]}, }]},
{type: 'PlaneGeometry', args: [ 200, 200, 4, 4 ] }, {type: 'PlaneGeometry', args: [ 200, 200, 4, 4 ] }
{type: 'WaltHead', args: [ ], scale: 6 }
]; ];