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
/
GltfSceneData
Gltf
Scene
Data
class
GltfSceneData
(
val
scenes
:
List
<
List
<
SceneNode
>
>
,
val
animations
:
List
<
SceneAnimation
>
)
(
source
)
Members
Constructors
Gltf
Scene
Data
Link copied to clipboard
constructor
(
scenes
:
List
<
List
<
SceneNode
>
>
,
animations
:
List
<
SceneAnimation
>
)
Properties
animations
Link copied to clipboard
val
animations
:
List
<
SceneAnimation
>
scenes
Link copied to clipboard
val
scenes
:
List
<
List
<
SceneNode
>
>