Bitbybit Docs
    Preparing search index...

    Class IntersectsMeshDto (Inputs.BabylonMesh)

    Feeds babylon.mesh.intersectsMesh with the two meshes to test for overlap and how carefully to test.

    Index

    Constructors

    • Parameters

      • OptionalbabylonMesh: any
      • OptionalbabylonMesh2: any
      • Optionalprecise: boolean
      • OptionalincludeDescendants: boolean

      Returns IntersectsMeshDto

    Properties

    babylonMesh: any

    The first mesh of the pair

    undefined
    
    babylonMesh2: any

    The second mesh of the pair

    undefined
    
    precise: boolean

    When true, boxes that follow each mesh's rotation are tested instead of axis-aligned ones, a slower but tighter check

    false
    
    includeDescendants: boolean

    When true, the child meshes of both are tested as well

    false