Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/threejs_4_deno/src/Three.d.ts>MeshPhysicalMaterial

A simple transformation of three.js for use within a Deno workflow
Go to Latest
class MeshPhysicalMaterial
import { MeshPhysicalMaterial } from "https://deno.land/x/threejs_4_deno@v121/src/Three.d.ts";

Constructors

new
MeshPhysicalMaterial(parameters: MeshPhysicalMaterialParameters)

Properties

clearcoat: number
clearcoatMap: Texture | null
clearcoatNormalMap: Texture | null
clearcoatNormalScale: Vector2
clearcoatRoughness: number
clearcoatRoughnessMap: Texture | null
defines: { [key: string]: any; }
ior: number
reflectivity: number
sheen: Color | null
transmission: number
transmissionMap: Texture | null
type: string