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

x/threejs_4_deno/src/materials/MeshBasicMaterial.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/MeshBasicMaterial.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