|
makeFrustum: function( left, right, bottom, top, near, far ) {
|
|
makeFrustum: function( left, right, bottom, top, near, far ) {
|
|
return this.makePerspective( left, right, bottom, top, near, far );
|
|
return this.makePerspective( left, right, bottom, top, near, far );
|