Class BetterRaycastingPoints

Hierarchy

  • Points
    • BetterRaycastingPoints

Constructors

Properties

Methods

Constructors

  • Create a new instance of Points

    Parameters

    • Optional geometry: BufferGeometry<NormalBufferAttributes>

      An instance of THREE.BufferGeometry | BufferGeometry. Default THREE.BufferGeometry | new THREE.BufferGeometry().

    • Optional material: Material | Material[]

      A single or an array of THREE.Material | Material. Default THREE.PointsMaterial | new THREE.PointsMaterial().

    Returns BetterRaycastingPoints

Properties

isMapMode: boolean

Methods

  • Parameters

    • raycaster: Raycaster
    • intersects: Intersection<Object3D<Object3DEventMap>>[]

    Returns void