Accessor

constructor(name: String? = null, bufferView: Int = 0, byteOffset: Int = 0, componentType: Int = 0, normalized: Boolean = false, count: Int = 1, min: FloatArray = FloatArray(0), max: FloatArray = FloatArray(0), type: GLTF2.AccessorType = AccessorType.SCALAR, sparse: JsonElement? = null, extensions: JsonElement? = null, extras: JsonElement? = null)