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
/
GltfMesh
Gltf
Mesh
data
class
GltfMesh
(
val
primitives
:
List
<
GltfPrimitive
>
,
val
name
:
String
)
(
source
)
Members
Constructors
Gltf
Mesh
Link copied to clipboard
constructor
(
primitives
:
List
<
GltfPrimitive
>
,
name
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
primitives
Link copied to clipboard
val
primitives
:
List
<
GltfPrimitive
>
Functions
create
Draw
Commands
Link copied to clipboard
fun
createDrawCommands
(
gltfFile
:
GltfFile
)
:
List
<
GltfDrawCommand
>