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

x/remapper/src/deps.ts>three.MeshMatcapMaterial

A framework for Beat Saber map scripting.
Go to Latest
class three.MeshMatcapMaterial
extends Material
import { three } from "https://deno.land/x/remapper@2.1.0/src/deps.ts";
const { MeshMatcapMaterial } = three;

Constructors

new
MeshMatcapMaterial(parameters?: MeshMatcapMaterialParameters)

Properties

alphaMap: Texture | null
bumpMap: Texture | null
bumpScale: number
color: Color
defines: { [key: string]: any; }
displacementBias: number
displacementMap: Texture | null
displacementScale: number
flatShading: boolean

Define whether the material is rendered with flat shading. Default is false.

fog: boolean

Whether the material is affected by fog. Default is true.

map: Texture | null
matcap: Texture | null
normalMap: Texture | null
normalMapType: NormalMapTypes
normalScale: Vector2
type: string