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
/
GltfPrimitive
Gltf
Primitive
data
class
GltfPrimitive
(
val
attributes
:
LinkedHashMap
<
String
,
Int
>
,
val
indices
:
Int
?
,
val
mode
:
Int
?
,
val
material
:
Int
)
(
source
)
Members
Constructors
Gltf
Primitive
Link copied to clipboard
constructor
(
attributes
:
LinkedHashMap
<
String
,
Int
>
,
indices
:
Int
?
,
mode
:
Int
?
,
material
:
Int
)
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