@twinfinity/core
    Preparing search index...

    Type Alias CullOnCameraMovePredicate

    CullOnCameraMovePredicate: (
        mesh: BimProductMeshPreMerge,
        context?: CullOnCameraMoveContext,
    ) => boolean

    Predicate that determines whether a mesh should be culled (hidden) when the camera moves.

    Type declaration