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

x/threejs_4_deno/src/core/BufferAttribute.js>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/core/BufferAttribute.js";

Constructors

new
Int32Attribute(array: any, itemSize: number)