ModelIO.loadRawModel

Load a raw model into memory using vertex data and indices. Indices are stored into the internal vertex buffer object static array. Returns newly created raw model.

  1. RawModel loadRawModel(VERTEX[] data)
  2. RawModel loadRawModel(VERTEX[] data, uint[] indices)
    class ModelIO
    static
    loadRawModel
    (
    VERTEX
    )
    (
    VERTEX[] data
    ,
    uint[] indices
    )

Meta