Interface: SimpleMeshOptions

SimpleMeshOptions

Options for the simple mesh.

Properties:
Name Type Description
indices Uint32Array

if you want to specify the indices

texture Texture

The texture to use

topology Topology

the topology, can be any of the Topology values

uvs Float32Array

if you want to specify the uvs

vertices Float32Array

if you want to specify the vertices

Extends

  • Omit

Members

indices Uint32Array

if you want to specify the indices

texture Texture

The texture to use

topology Topology

the topology, can be any of the Topology values

uvs Float32Array

if you want to specify the uvs

vertices Float32Array

if you want to specify the vertices