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
parser
• parser: GLTFParser
Constructors
constructor
• new GLTFMaterialsDisplacementMapExtension(parser
)
Parameters
Name | Type |
---|---|
parser | GLTFParser |
Methods
extendMaterialParams
▸ extendMaterialParams(materialIndex
, materialParams
): Promise
<void
| Texture
<TextureEventMap
>[]>
Parameters
Name | Type |
---|---|
materialIndex | number |
materialParams | any |
Returns
Promise
<void
| Texture
<TextureEventMap
>[]>