GltfAccessor
data class GltfAccessor(val bufferView: Int, val byteOffset: Int, val componentType: Int, val count: Int, val max: DoubleArray, val min: DoubleArray, val type: String)(source)
Constructors
Link copied to clipboard
constructor(bufferView: Int, byteOffset: Int, componentType: Int, count: Int, max: DoubleArray, min: DoubleArray, type: String)