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

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

Constructors

new
MeshNormalMaterial(parameters?: MeshNormalMaterialParameters)

Properties

bumpMap: Texture | null
bumpScale: number
displacementBias: number
displacementMap: Texture | null
displacementScale: number
flatShading: boolean

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

normalMap: Texture | null
normalMapType: NormalMapTypes
normalScale: Vector2
type: string
wireframe: boolean
wireframeLinewidth: number