Math3D Full Project API
Preparing search index...
renderer/src/geometry/proceduralObjects
GeometryObjectRegistryEntry
Type Alias GeometryObjectRegistryEntry
type
GeometryObjectRegistryEntry
=
{
build
:
(
params
:
Record
<
string
,
number
|
boolean
|
string
>
,
)
=>
THREE.BufferGeometry
;
defaultParams
:
Record
<
string
,
number
|
boolean
|
string
>
;
label
:
string
;
params
:
GeometryParamDef
[]
;
type
:
GeometryObjectType
;
}
Index
Properties
build
default
Params
label
params
type
Properties
build
build
:
(
params
:
Record
<
string
,
number
|
boolean
|
string
>
,
)
=>
THREE.BufferGeometry
default
Params
defaultParams
:
Record
<
string
,
number
|
boolean
|
string
>
label
label
:
string
params
params
:
GeometryParamDef
[]
type
type
:
GeometryObjectType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
build
default
Params
label
params
type
Math3D Full Project API
Loading...