diff --git a/src/world/world.rs b/src/world/world.rs index 2a10437..590ae68 100644 --- a/src/world/world.rs +++ b/src/world/world.rs @@ -13,8 +13,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -pub use self::frustum::Frustum; -pub use self::projection::{Projection, Ortho, Perspective, PerspectiveFOV}; +pub use self::frustum::{Frustum, FrustumPoints}; +pub use self::projection::{Projection, Perspective, PerspectiveFOV, Ortho}; pub mod frustum; pub mod projection;