Math3D Full Project API
Preparing search index...
renderer/src/geometry/proceduralObjects
GeometryObject
Type Alias GeometryObject
type
GeometryObject
=
{
group
?:
string
;
id
:
string
;
material
:
GeometryObjectMaterial
;
name
:
string
;
params
:
Record
<
string
,
number
|
boolean
|
string
>
;
transform
:
GeometryObjectTransform
;
type
:
GeometryObjectType
;
visible
:
boolean
;
}
Index
Properties
group?
id
material
name
params
transform
type
visible
Properties
Optional
group
group
?:
string
id
id
:
string
material
material
:
GeometryObjectMaterial
name
name
:
string
params
params
:
Record
<
string
,
number
|
boolean
|
string
>
transform
transform
:
GeometryObjectTransform
type
type
:
GeometryObjectType
visible
visible
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
group
id
material
name
params
transform
type
visible
Math3D Full Project API
Loading...