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
/
GLTFPrimitive
/
GLTFPrimitive
GLTFPrimitive
constructor
(
indices
:
GLTFAccessor
?
,
positions
:
GLTFAccessor
,
normals
:
GLTFAccessor
?
,
texcoords
:
List
<
GLTFAccessor
>
,
material
:
GLTFMaterial
,
topology
:
GLTFRenderMode
)