ModelMesh

new Cesium.ModelMesh()

A model's mesh and its materials.

Use Model#getMesh to create an instance.

See:

Members

readonlyid : String

The name of the glTF JSON property for this mesh. This is guaranteedto be unique among all meshes. It may not match the mesh's name property (@link ModelMesh#name), which is assigned bythe artist when the asset is created.

readonlymaterials : Array.<ModelMaterial>

An array of ModelMaterial instances indexed by the mesh'sprimitive indices.

readonlyname : String

The value of the name property of this mesh. This is thename assigned by the artist when the asset is created. This can bedifferent than the name of the mesh property (ModelMesh#id),which is internal to glTF.