wgpu4k-scenes
Toggle table of contents
0.0.2
common
Platform filter
common
Switch theme
Search in API
wgpu4k-scenes
wgpu4k-scenes
/
io.ygdrasil.webgpu.examples.helper.glb
/
GLTF2AccessorVectorMAT4
GLTF2Accessor
Vector
MAT4
@
JvmInline
value
class
GLTF2AccessorVectorMAT4
(
val
vec
:
GLTF2AccessorVector
)
Members
Constructors
GLTF2Accessor
Vector
MAT4
Link copied to clipboard
constructor
(
vec
:
GLTF2AccessorVector
)
Properties
size
Link copied to clipboard
val
size
:
Int
vec
Link copied to clipboard
val
vec
:
GLTF2AccessorVector
Functions
get
Link copied to clipboard
operator
fun
get
(
index
:
Int
)
:
Matrix4
set
Link copied to clipboard
operator
fun
set
(
index
:
Int
,
value
:
Matrix4
)
to
List
Link copied to clipboard
fun
toList
(
)
:
List
<
Matrix4
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String