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.MeshToonMaterial

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

Constructors

new
MeshToonMaterial(parameters?: MeshToonMaterialParameters)

Properties

alphaMap: Texture | null
aoMap: Texture | null
aoMapIntensity: number
bumpMap: Texture | null
bumpScale: number
color: Color
defines: { [key: string]: any; }
displacementBias: number
displacementMap: Texture | null
displacementScale: number
emissive: Color
emissiveIntensity: number
emissiveMap: Texture | null
fog: boolean

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

gradientMap: Texture | null
lightMap: Texture | null
lightMapIntensity: number
map: Texture | null
normalMap: Texture | null
normalMapType: NormalMapTypes
normalScale: Vector2
type: string
wireframe: boolean
wireframeLinecap: string
wireframeLinejoin: string
wireframeLinewidth: number