Re-export FrustumPoints from world module

This commit is contained in:
Brendan Zabarauskas 2013-07-09 16:44:15 +10:00
parent 5c3197a7fc
commit afaa3af501

View file

@ -13,8 +13,8 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
pub use self::frustum::Frustum; pub use self::frustum::{Frustum, FrustumPoints};
pub use self::projection::{Projection, Ortho, Perspective, PerspectiveFOV}; pub use self::projection::{Projection, Perspective, PerspectiveFOV, Ortho};
pub mod frustum; pub mod frustum;
pub mod projection; pub mod projection;