Objects¶
The objects subsystem covers renderable assets and object-level systems: geometry, materials, textures, animations, point-style data, graph-style data, Gaussian splats, regular cell lattices, and glTF asset import.
In This Section¶
- Mesh, pointcloud, glyphfield, nodelink, splatfield, and latticespace APIs
- Standard, unlit, data, and custom materials
- Texture lifecycle, sampler behavior, and texture transforms
- glTF 2.0 loading, importing, metadata, variants, and animations
- Colormaps and data-driven visual primitives
Overview Video¶
The video below was AI-generated by Google NotebookLM based on the WasmGPU codebase and was double-checked by the developer.
Suggested Starting Points¶
- WasmGPU.createMesh
- WasmGPU.createPointCloud
- WasmGPU.createNodeLink
- WasmGPU.createSplatField
- WasmGPU.createLatticeSpace
- WasmGPU.material.standard
- WasmGPU.gltf.loadAndImport
- WasmGPU.colormap.fromStops
Use the sidebar to access the full object API catalog.