Class: GLTFMaterialsDisplacementMapExtension
Asset-Management.GLTFMaterialsDisplacementMapExtension
Displacement Map Extension
displacementTexture and displacementScale are added to the material
Specification: https://webgi.xyz/docs/gltf-extensions/WEBGI_materials_displacementmap.html
Properties
name
• name: string
Defined in
webgi/src/extras/asset_manager/importer/threejs/generators/gltf.ts:470
parser
• parser: GLTFParser
Constructors
constructor
• new GLTFMaterialsDisplacementMapExtension(parser
)
Parameters
Name | Type |
---|---|
parser | GLTFParser |
Defined in
webgi/src/extras/asset_manager/importer/threejs/generators/gltf.ts:471
Methods
extendMaterialParams
▸ extendMaterialParams(materialIndex
, materialParams
): Promise
<void
| Texture
[]>
Parameters
Name | Type |
---|---|
materialIndex | number |
materialParams | any |
Returns
Promise
<void
| Texture
[]>
Defined in
webgi/src/extras/asset_manager/importer/threejs/generators/gltf.ts:477