public static final class GltfLoader.GltfImageModel

  1. Object
  2. GltfLoader.GltfImageModel
A loaded glTF model in device-free form: its geometry plus the decoded base-color image extracted from the model’s first material, if any. Returned by loadImageModel.

Methods

public Mesh getMesh()The model geometry.
public Image getBaseColorImage()The decoded base-color image, or null when the model has none.

Inherited methods

Method details

getMesh

public Mesh getMesh()
The model geometry.

getBaseColorImage

public Image getBaseColorImage()
The decoded base-color image, or null when the model has none.