|
@@ -17,14 +17,15 @@
|
|
|
|
|
|
<script src="../build/three.min.js"></script>
|
|
|
|
|
|
- <script src="../src/extras/geometries/BoxGeometry2.js"></script>
|
|
|
- <script src="../src/extras/geometries/PlaneGeometry2.js"></script>
|
|
|
- <script src="../src/extras/geometries/PlaneGeometry2b.js"></script>
|
|
|
+ <script src="js/wip/Geometry2.js"></script>
|
|
|
+ <script src="js/wip/BoxGeometry2.js"></script>
|
|
|
+ <script src="js/wip/PlaneGeometry2.js"></script>
|
|
|
+ <script src="js/wip/PlaneGeometry2b.js"></script>
|
|
|
|
|
|
- <script src="../src/core/Geometry3.js"></script>
|
|
|
- <script src="../src/extras/geometries/PlaneGeometry3.js"></script>
|
|
|
+ <script src="js/wip/Geometry3.js"></script>
|
|
|
+ <script src="js/wip/PlaneGeometry3.js"></script>
|
|
|
|
|
|
- <script src="../src/extras/geometries/PlaneGeometryB.js"></script>
|
|
|
+ <script src="js/wip/PlaneGeometryB.js"></script>
|
|
|
|
|
|
<script src="js/libs/stats.min.js"></script>
|
|
|
|
|
@@ -56,7 +57,7 @@
|
|
|
|
|
|
//
|
|
|
|
|
|
- addGeometries( 'PlaneGeometry', 'BoxGeometry', 0 );
|
|
|
+ addGeometries( 'PlaneGeometryB', 'BoxGeometry', 0 );
|
|
|
// addGeometries( 'PlaneGeometry2', 'BoxGeometry2', 0 );
|
|
|
// addGeometries( 'PlaneGeometry3', 'BoxGeometry2', 0 );
|
|
|
// addGeometries( 'PlaneGeometryB', 'BoxGeometry2', 0 );
|