Re-export FrustumPoints from world module
This commit is contained in:
parent
5c3197a7fc
commit
afaa3af501
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue