Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GLTFMesh

This class represents a mesh as specifed by glTF. It is primarily a container for primitives, which are represented by GLTFPrimitive. See https://github.com/KhronosGroup/glTF/tree/master/specification/2.0#meshes

Hierarchy

  • GLTFMesh

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new GLTFMesh(name: undefined | string): GLTFMesh

Properties

Protected _name

_name: undefined | string

Protected _primitives

_primitives: GLTFPrimitive[]

Accessors

primitives

Methods

addPrimitive