Preparing search index...
The search index is not available
如视空间交互插件合集 - v3.61.1
如视空间交互插件合集
Util
sculpt
CircleMesh
Class CircleMesh
Hierarchy (
view full
)
default
CircleMesh
CircleWithEdgeMesh
Index
Constructors
constructor
Properties
mesh
Background
mesh
Font
name
needs
Render
Accessors
center
color
geometry
normal
occlusion
Mode
occlusion
Visibility
opacity
radius
style
Methods
add
add
If
Not
Exists
highlight
remove
remove
Children
remove
From
Parent
set
Points
set
Style
unhighlight
Constructors
constructor
new
Circle
Mesh
(
params
?
)
:
CircleMesh
Parameters
Optional
params
:
Partial
<
OpacityStyle
&
ColorStyle
&
OcclusionStyle
&
CircleData
>
Returns
CircleMesh
Properties
mesh
Background
mesh
Background
:
Mesh
<
Geometry
|
BufferGeometry
,
MeshBasicMaterial
>
mesh
Font
mesh
Font
:
Mesh
<
CircleGeometry
,
MeshBasicMaterial
>
name
name
:
string
= 'ColoredMesh'
needs
Render
needs
Render
:
boolean
Accessors
center
get
center
(
)
:
Vector3
Returns
Vector3
color
get
color
(
)
:
Color
Returns
Color
geometry
get
geometry
(
)
:
TGeometry
Returns
TGeometry
set
geometry
(
geometry
)
:
void
Parameters
geometry
:
TGeometry
Returns
void
normal
get
normal
(
)
:
Vector3
Returns
Vector3
set
normal
(
n
)
:
void
Parameters
n
:
Vector3
Returns
void
occlusion
Mode
get
occlusionMode
(
)
:
"translucence"
|
"depthTest"
Returns
"translucence"
|
"depthTest"
occlusion
Visibility
get
occlusionVisibility
(
)
:
boolean
Returns
boolean
opacity
get
opacity
(
)
:
number
Returns
number
radius
get
radius
(
)
:
number
Returns
number
style
get
style
(
)
:
{
color
:
Color
;
occlusionMode
:
"translucence"
|
"depthTest"
;
occlusionVisibility
:
boolean
;
opacity
:
number
;
}
Returns
{
color
:
Color
;
occlusionMode
:
"translucence"
|
"depthTest"
;
occlusionVisibility
:
boolean
;
opacity
:
number
;
}
color
:
Color
occlusion
Mode
:
"translucence"
|
"depthTest"
occlusion
Visibility
:
boolean
opacity
:
number
Methods
add
add
(
...
objects
)
:
CircleMesh
Adds object as child of this object.
Parameters
Rest
...
objects
:
Object3D
[]
Returns
CircleMesh
add
If
Not
Exists
add
If
Not
Exists
(
...
objects
)
:
CircleMesh
Parameters
Rest
...
objects
:
Object3D
[]
Returns
CircleMesh
highlight
highlight
(
)
:
void
Returns
void
remove
remove
(
...
objects
)
:
CircleMesh
Removes object as child of this object.
Parameters
Rest
...
objects
:
Object3D
[]
Returns
CircleMesh
remove
Children
remove
Children
(
)
:
CircleMesh
Returns
CircleMesh
remove
From
Parent
remove
From
Parent
(
)
:
CircleMesh
Returns
CircleMesh
set
Points
set
Points
(
params
)
:
void
Parameters
params
:
Partial
<
CircleData
>
Returns
void
set
Style
set
Style
(
params
)
:
void
Parameters
params
:
Partial
<
ColoredMeshStyle
>
Returns
void
unhighlight
unhighlight
(
)
:
void
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
mesh
Background
mesh
Font
name
needs
Render
Accessors
center
color
geometry
normal
occlusion
Mode
occlusion
Visibility
opacity
radius
style
Methods
add
add
If
Not
Exists
highlight
remove
remove
Children
remove
From
Parent
set
Points
set
Style
unhighlight
如视空间交互插件合集 - v3.61.1
Loading...
Adds object as child of this object.