|
THREE.CubeGeometry = function ( width, height, depth, widthSegments, heightSegments, depthSegments ) {
|
|
THREE.CubeGeometry = function ( width, height, depth, widthSegments, heightSegments, depthSegments ) {
|
|
return new THREE.BoxGeometry( width, height, depth, widthSegments, heightSegments, depthSegments );
|
|
return new THREE.BoxGeometry( width, height, depth, widthSegments, heightSegments, depthSegments );
|