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

    Optional tangent-space normal map layered over the base color texture.

  • Optionalroughness?: number
  • OptionaltextureUrl?: string