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

x/threejs_4_deno/src/Three.js>ImmediateRenderObject

A simple transformation of three.js for use within a Deno workflow
Go to Latest
class ImmediateRenderObject
extends Object3D
import { ImmediateRenderObject } from "https://deno.land/x/threejs_4_deno@v121/src/Three.js";

Constructors

new
ImmediateRenderObject(material: Material)

Properties

colorArray: null | Float32Array
count: number
hasColors: boolean
hasNormals: boolean
hasPositions: boolean
hasUvs: boolean
readonly
isImmediateRenderObject: true
material: Material
normalArray: null | Float32Array
positionArray: null | Float32Array
uvArray: null | Float32Array

Methods

render(renderCallback: Function): void