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

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

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

Constructors

new
Uint16BufferAttribute(
array:
| Iterable<number>
| ArrayLike<number>
| ArrayBuffer
| number
,
itemSize: number,
normalized?: boolean,
)