Class ModelPart

Holds part of a model, as the WebGL buffers needed to render it Plus the material name associated with this part

Constructors

Properties

Constructors

  • Parameters

    • bufferInfo: BufferInfo

      WebGL buffer info for this model part

    • materialName: string

      Name of the material associated with this part

    Returns ModelPart

Properties

bufferInfo: BufferInfo
materialName: string

Generated using TypeDoc