Class: GLTFMaterialsBumpMapExtensionExport
Asset-Management.GLTFMaterialsBumpMapExtensionExport
Bump Map Extension bumpTexture and bumpScale are added to the material(standard and physical)
Specification: https://webgi.xyz/docs/gltf-extensions/WEBGI_materials_bumpmap.html
Properties
name
• name: string
Defined in
webgi/src/extras/asset_manager/exporter/threejs/exporters/gltf.ts:269
writer
• writer: GLTFWriter2
Constructors
constructor
• new GLTFMaterialsBumpMapExtensionExport(writer
)
Parameters
Name | Type |
---|---|
writer | GLTFWriter2 |
Defined in
webgi/src/extras/asset_manager/exporter/threejs/exporters/gltf.ts:271
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:277