Type Alias AsukaProduct3DMaterial
AsukaProduct3DMaterial: {
color?: string;
label?: string;
metallic?: number;
normalTextureUrl?: string;
roughness?: number;
textureUrl?: string;
[key: string]: unknown;
}
Type declaration
[key: string]: unknown
Optionalcolor?: string
Optionallabel?: string
Optionalmetallic?: number
OptionalnormalTextureUrl?: string
Optionalroughness?: number
OptionaltextureUrl?: string
Optional tangent-space normal map layered over the base color texture.