orx
Toggle table of contents
0.5.0-dev.38+f0d9a9e
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-dnk3
/
org.openrndr.extra.dnk3.gltf
/
GltfAccessor
Gltf
Accessor
@
Serializable
data
class
GltfAccessor
(
val
bufferView
:
Int
,
val
byteOffset
:
Int
=
0
,
val
componentType
:
Int
,
val
count
:
Int
,
val
max
:
DoubleArray
?
=
null
,
val
min
:
DoubleArray
?
=
null
,
val
type
:
String
)
(
source
)
Members
Constructors
Gltf
Accessor
Link copied to clipboard
constructor
(
bufferView
:
Int
,
byteOffset
:
Int
=
0
,
componentType
:
Int
,
count
:
Int
,
max
:
DoubleArray
?
=
null
,
min
:
DoubleArray
?
=
null
,
type
:
String
)
Properties
buffer
View
Link copied to clipboard
val
bufferView
:
Int
byte
Offset
Link copied to clipboard
val
byteOffset
:
Int
component
Type
Link copied to clipboard
val
componentType
:
Int
count
Link copied to clipboard
val
count
:
Int
max
Link copied to clipboard
val
max
:
DoubleArray
?
min
Link copied to clipboard
val
min
:
DoubleArray
?
type
Link copied to clipboard
val
type
:
String