ThreePipe
    Preparing search index...

    Interface FrustumParams

    interface FrustumParams {
        maxFar?: number;
        projectionMatrix?: Matrix4;
    }
    Index

    Properties

    maxFar?: number
    projectionMatrix?: Matrix4