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

x/threejs_4_deno/src/Three.d.ts>Int32Attribute

A simple transformation of three.js for use within a Deno workflow
Go to Latest
class Int32Attribute
Deprecated
Deprecated

THREE.Int32Attribute has been removed. Use new THREE.Int32BufferAttribute() instead.

import { Int32Attribute } from "https://deno.land/x/threejs_4_deno@v121/src/Three.d.ts";

Constructors

new
Int32Attribute(array: any, itemSize: number)