Class: GLTFMaterialsAlphaMapExtensionExport
Asset-Management.GLTFMaterialsAlphaMapExtensionExport
Properties
name
• name: string
Defined in
webgi/src/extras/asset_manager/exporter/threejs/exporters/gltf.ts:399
writer
• writer: GLTFWriter2
Constructors
constructor
• new GLTFMaterialsAlphaMapExtensionExport(writer
)
Parameters
Name | Type |
---|---|
writer | GLTFWriter2 |
Defined in
webgi/src/extras/asset_manager/exporter/threejs/exporters/gltf.ts:401
Methods
writeMaterial
▸ writeMaterial(material
, materialDef
): void
Parameters
Name | Type |
---|---|
material | MeshStandardMaterial <Event , string > |
materialDef | any |
Returns
void
Defined in
webgi/src/extras/asset_manager/exporter/threejs/exporters/gltf.ts:407