Int8BufferAttribute

@native @JSImport("three", "Int8BufferAttribute") @JSType class Int8BufferAttribute extends BufferAttribute
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Constructors

def this(array: Iterable[Double] | Uint8Array | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | Float32Array | Float64Array | Array[Double] | ArrayBuffer | Double, itemSize: Double, normalized: UndefOr[Boolean])

Inherited methods

def copyArray(array: Uint8Array | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | Float32Array | Float64Array | Array[Double]): Int8BufferAttribute
Inherited from
BufferAttribute
def copyAt(index1: Double, attribute: BufferAttribute, index2: Double): Int8BufferAttribute
Inherited from
BufferAttribute
def getW(index: Double): Double
Inherited from
BufferAttribute
def getX(index: Double): Double
Inherited from
BufferAttribute
def getY(index: Double): Double
Inherited from
BufferAttribute
def getZ(index: Double): Double
Inherited from
BufferAttribute
def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
@JSName("clone")
Inherited from
BufferAttribute
def onUpload(callback: Function0[Unit]): Int8BufferAttribute
Inherited from
BufferAttribute
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def set(value: Uint8Array | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | Float32Array | Float64Array | Array[Double] | ArrayBufferView, offset: UndefOr[Double]): Int8BufferAttribute
Inherited from
BufferAttribute
def setW(index: Double, z: Double): Int8BufferAttribute
Inherited from
BufferAttribute
def setX(index: Double, x: Double): Int8BufferAttribute
Inherited from
BufferAttribute
def setXY(index: Double, x: Double, y: Double): Int8BufferAttribute
Inherited from
BufferAttribute
def setXYZ(index: Double, x: Double, y: Double, z: Double): Int8BufferAttribute
Inherited from
BufferAttribute
def setXYZW(index: Double, x: Double, y: Double, z: Double, w: Double): Int8BufferAttribute
Inherited from
BufferAttribute
def setY(index: Double, y: Double): Int8BufferAttribute
Inherited from
BufferAttribute
def setZ(index: Double, z: Double): Int8BufferAttribute
Inherited from
BufferAttribute
Inherited from
BufferAttribute
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Inherited fields

var array: Uint8Array | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | Float32Array | Float64Array | Array[Double]
Inherited from
BufferAttribute
var count: Double
Inherited from
BufferAttribute
val isBufferAttribute: Boolean
Inherited from
BufferAttribute
var itemSize: Double
Inherited from
BufferAttribute
var name: String
Inherited from
BufferAttribute
var needsUpdate: Boolean
Inherited from
BufferAttribute
var normalized: Boolean
Inherited from
BufferAttribute
var onUploadCallback: Function0[Unit]
Inherited from
BufferAttribute
var usage: Usage
Inherited from
BufferAttribute
var version: Double
Inherited from
BufferAttribute