@stereograph/teiaviewer - v17.8.0-dev
Preparing search index...
viewer
ViewerRaycaster
Class ViewerRaycaster
Allow to raycast objects
Index
Constructors
constructor
Methods
raycast
raycast
Event
raycast
Object
Constructors
constructor
new
ViewerRaycaster
(
_viewer
:
Viewer
)
:
ViewerRaycaster
Parameters
_viewer
:
Viewer
Returns
ViewerRaycaster
Methods
raycast
raycast
(
position
:
Vector2
,
p_options
?:
Partial
<
RaycastOptions
>
,
)
:
SceneIntersection
[]
Parameters
position
:
Vector2
p_options
:
Partial
<
RaycastOptions
>
= {}
Returns
SceneIntersection
[]
raycast
Event
raycastEvent
(
event
:
PointerEvent
,
options
?:
Partial
<
RaycastOptions
>
,
)
:
SceneIntersection
[]
Parameters
event
:
PointerEvent
options
:
Partial
<
RaycastOptions
>
= {}
Returns
SceneIntersection
[]
raycast
Object
raycastObject
(
event
:
PointerEvent
,
object
:
RaycastableObject
,
)
:
SceneIntersection
[]
Parameters
event
:
PointerEvent
object
:
RaycastableObject
Returns
SceneIntersection
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
raycast
raycast
Event
raycast
Object
@stereograph/teiaviewer - v17.8.0-dev
Loading...
Allow to raycast objects