orx
Toggle table of contents
0.5.0-dev.28+293aff4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-dnk3
/
org.openrndr.extra.dnk3.gltf
/
GltfBuffer
Gltf
Buffer
data
class
GltfBuffer
(
val
byteLength
:
Int
,
val
uri
:
String
?
)
(
source
)
Members
Constructors
Gltf
Buffer
Link copied to clipboard
constructor
(
byteLength
:
Int
,
uri
:
String
?
)
Properties
byte
Length
Link copied to clipboard
val
byteLength
:
Int
uri
Link copied to clipboard
val
uri
:
String
?
Functions
contents
Link copied to clipboard
fun
contents
(
gltfFile
:
GltfFile
)
:
ByteBuffer