Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICullable

Hierarchy

  • ICullable

Implemented by

Index

Methods

isCompletelyInFrustumSearch playground for isCompletelyInFrustum

  • 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

isInFrustumSearch playground for isInFrustum

  • 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
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method