class MeshDepthMaterial
extends Material
import { MeshDepthMaterial } from "https://deno.land/x/threejs_4_deno@v121/src/Three.js";
Constructors
new
MeshDepthMaterial(parameters?: MeshDepthMaterialParameters)Properties
alphaMap: Texture | null
depthPacking: DepthPackingStrategies
displacementMap: Texture | null
map: Texture | null
Methods
setValues(parameters: MeshDepthMaterialParameters): void