Blockbench Reference Docs
Preparing search index...
generated/modeling/mesh/proportional_edit
ProportionalEdit
Variable ProportionalEdit
Const
ProportionalEdit
:
{
config
:
{
enabled
:
boolean
;
falloff
:
string
;
range
:
number
;
selection
:
string
;
}
;
vertex_weights
:
{}
;
calculateWeights
(
mesh
:
Mesh
)
:
void
;
editVertices
(
mesh
:
Mesh
,
per_vertex
:
(
vkey
:
string
,
blend
:
number
)
=>
void
,
)
:
void
;
}
Type Declaration
config
:
{
enabled
:
boolean
;
falloff
:
string
;
range
:
number
;
selection
:
string
}
vertex_weights
:
{}
calculateWeights
:
function
calculateWeights
(
mesh
:
Mesh
)
:
void
Parameters
mesh
:
Mesh
Returns
void
editVertices
:
function
editVertices
(
mesh
:
Mesh
,
per_vertex
:
(
vkey
:
string
,
blend
:
number
)
=>
void
,
)
:
void
Parameters
mesh
:
Mesh
per_vertex
:
(
vkey
:
string
,
blend
:
number
)
=>
void
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Blockbench Reference Docs
Loading...