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

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

Constructors

new
MeshBasicMaterial(parameters?: MeshBasicMaterialParameters)

Properties

alphaMap: Texture | null
aoMap: Texture | null
aoMapIntensity: number
color: Color
combine: Combine
envMap: Texture | null
fog: boolean

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

lightMap: Texture | null
lightMapIntensity: number
map: Texture | null
reflectivity: number
refractionRatio: number
specularMap: Texture | null
type: string
wireframe: boolean
wireframeLinecap: string
wireframeLinejoin: string
wireframeLinewidth: number