GltfPrimitive

data class GltfPrimitive(val attributes: LinkedHashMap<String, Int>, val indices: Int?, val mode: Int?, val material: Int)(source)

Constructors

Link copied to clipboard
constructor(attributes: LinkedHashMap<String, Int>, indices: Int?, mode: Int?, material: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val indices: Int?
Link copied to clipboard
Link copied to clipboard
val mode: Int?

Functions

Link copied to clipboard