Home
Giro3D framework
Piero application
Getting started with Giro3D
Giro3D examples
API documentation
Version v0.39.0
GitLab
Giro3D API (v0.39.0)
external
three
RaycasterParameters
Interface RaycasterParameters
interface
RaycasterParameters
{
LOD
:
any
;
Line
:
{
threshold
:
number
;
}
;
Line2
?:
{
threshold
:
number
;
}
;
Mesh
:
any
;
Points
:
{
threshold
:
number
;
}
;
Sprite
:
any
;
}
Index
Properties
LOD
Line
Line2?
Mesh
Points
Sprite
Properties
LOD
LOD
:
any
Line
Line
:
{
threshold
:
number
;
}
Type declaration
threshold
:
number
Optional
Line2
Line2
?:
{
threshold
:
number
;
}
Type declaration
threshold
:
number
Mesh
Mesh
:
any
Points
Points
:
{
threshold
:
number
;
}
Type declaration
threshold
:
number
Sprite
Sprite
:
any
Settings
Member Visibility
Protected
Inherited
External
On This Page
LOD
Line
Line2
Mesh
Points
Sprite
Giro3D API (v0.39.0)
Loading...