Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/threejs_4_deno/src/materials/Materials.d.ts>MeshBasicMaterial

A simple transformation of three.js for use within a Deno workflow
Go to Latest
class MeshBasicMaterial
extends Material
import { MeshBasicMaterial } from "https://deno.land/x/threejs_4_deno@v121/src/materials/Materials.d.ts";

Constructors

new
MeshBasicMaterial(parameters?: MeshBasicMaterialParameters)

Properties

alphaMap: Texture | null
aoMap: Texture | null
aoMapIntensity: number
color: Color
combine: Combine
envMap: Texture | null
map: Texture | null
morphTargets: boolean
reflectivity: number
refractionRatio: number
skinning: boolean
specularMap: Texture | null
type: string
wireframe: boolean
wireframeLinecap: string
wireframeLinejoin: string
wireframeLinewidth: number