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
/
GltfPrimitive
Gltf
Primitive
@
Serializable
data
class
GltfPrimitive
(
val
attributes
:
LinkedHashMap
<
String
,
Int
>
,
val
indices
:
Int
?
=
null
,
val
mode
:
Int
?
=
null
,
val
material
:
Int
?
=
null
)
(
source
)
Members
Constructors
Gltf
Primitive
Link copied to clipboard
constructor
(
attributes
:
LinkedHashMap
<
String
,
Int
>
,
indices
:
Int
?
=
null
,
mode
:
Int
?
=
null
,
material
:
Int
?
=
null
)
Properties
attributes
Link copied to clipboard
val
attributes
:
LinkedHashMap
<
String
,
Int
>
indices
Link copied to clipboard
val
indices
:
Int
?
material
Link copied to clipboard
val
material
:
Int
?
mode
Link copied to clipboard
val
mode
:
Int
?
Functions
create
Draw
Command
Link copied to clipboard
fun
createDrawCommand
(
gltfFile
:
GltfFile
)
:
GltfDrawCommand