GltfAccessor

General

GltfAccessor és una interfície en Aspose.3d per a Typescript. Hereta de: ゚GltfAccessor⌒ .

GltfAccessor.index de bufferView de la vista del bufer que conté les dades de l’accesor.

Propietats

NameTypeAccessDescription
bufferView: numberReadIndex of the buffer view that holds the accessor’s data
byteOffset: numberReadByte offset from the start of the buffer view to the accessor data
componentType: numberReadNumeric code defining the data type of each component (e.g., float)
count: numberReadTotal number of elements accessed by this accessor
type: stringReadString describing the accessor’s element type (e.g., “VEC3”, “SCALAR”)
min: number[]ReadArray of minimum values for each component across all accessed elements
max: number[]Read
 Català