API / geotoolkit3d / data / loader / glTFType
Enumerations
Type Aliases
Type Aliases
Ƭ AssetType: GLTFPropertyType & { copyright?: string ; generator?: string ; minVersion?: string ; version: string }
Metadata about the glTF asset.
Ƭ GLTFPropertyType: Object
glTF Property
| Name | Type | Description |
|---|---|---|
extensions? | Record<string, object> | object with extension-specific objects. |
extras? | Record<string, any> | Application-specific data. Although 'extras' MAY have any type, it is common for applications to store and access custom data as key/value pairs. Therefore, 'extras' SHOULD be a object rather than a primitive value for best portability. |
Variables
• Const ATTRIBUTES: Record<string, string>
• Const PRIMITIVE_MODE: Object
| Name | Type |
|---|---|
LINES | number |
LINE_LOOP | number |
LINE_STRIP | number |
POINTS | number |
TRIANGLES | number |
TRIANGLE_FAN | number |
TRIANGLE_STRIP | number |
• Const WEBGL_FILTERS: Record<number, TextureFilter>
• Const WEBGL_TYPE_SIZES: Record<string, number>
• Const WEBGL_WRAPPINGS: Record<number, Wrapping>