Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ICullable

Implemented by

Index

Methods

  • isCompletelyInFrustum(frustumPlanes: Plane[]): boolean
  • Checks if a cullable object (mesh...) is in the camera frustum Unlike isInFrustum this checks the full bounding box

    Parameters

    • frustumPlanes: Plane[]

      Camera near/planes

    Returns boolean

    true if the object is in frustum otherwise false

  • isInFrustum(frustumPlanes: Plane[]): boolean
  • Checks if the object or part of the object is in the frustum

    Parameters

    • frustumPlanes: Plane[]

      Camera near/planes

    Returns boolean

    true if the object is in frustum otherwise false

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static method

Settings

Theme