@rbxts/a-plant-generator - v0.2.0
GitHub
npm
Preparing search index...
index
createBlade
Function createBlade
createBlade
(
length
:
number
,
width
:
number
,
options
?:
{
curvature
?:
(
t
:
number
)
=>
number
;
growth
?:
number
;
materialTag
?:
string
;
segments
?:
number
;
widthFunction
?:
WidthFunction
;
}
,
)
:
MeshData
Generates a flat or curved botanical blade with stable topology.
Parameters
length
:
number
width
:
number
options
:
{
curvature
?:
(
t
:
number
)
=>
number
;
growth
?:
number
;
materialTag
?:
string
;
segments
?:
number
;
widthFunction
?:
WidthFunction
;
}
= {}
Returns
MeshData
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
@rbxts/a-plant-generator - v0.2.0
Loading...
Generates a flat or curved botanical blade with stable topology.