Raycaster
Extends:
three~THREE.Raycaster → Raycaster
Constructor Summary
| Public Constructor | ||
| public |
constructor(interaction: *, options: {"approach": undefined}) |
|
Member Summary
| Public Members | ||
| public |
interaction: * |
|
| public |
|
|
| public |
view: * |
|
Method Summary
| Public Methods | ||
| public |
castObjects(coordinates: *, camera: *, objects: *, intersects: *[], filter: *): * |
|
| public |
intersect(object: *, recursive: *, intersects: *, types: *, parent: *) |
|
| public |
isActuallyVisible(obj: *): boolean |
|
Public Constructors
Public Methods
public castObjects(coordinates: *, camera: *, objects: *, intersects: *[], filter: *): * source
Params:
| Name | Type | Attribute | Description |
| coordinates | * | ||
| camera | * | ||
| objects | * | ||
| intersects | *[] |
|
|
| filter | * |
|
Return:
| * |
public intersect(object: *, recursive: *, intersects: *, types: *, parent: *) source
Params:
| Name | Type | Attribute | Description |
| object | * | ||
| recursive | * | ||
| intersects | * | ||
| types | * | ||
| parent | * |