Mesh type asset.
Constructors
Modifier | Name | Description |
---|---|---|
Mesh(const std::string& inFilepath) |
Functions
Access | Modifier | Type | Name | Description |
---|---|---|---|---|
public | const std::vector<Group>& | getGroups() | ||
public | void | setGroups(const std::vector<Group>& inGroups) | ||
public | void | appendGroup(const Group& inGroup) | ||
public | void | updateGroup(const Group& inGroup) | ||
private | void | fetchGroups() |
Properties
Access | Modifier | Type | Name | Description |
---|---|---|---|---|
public | static | std::string | EXTENSION | |
public | static | std::string | TAG | |
private | std::vector<Group> | m_groups |