SpiecsEngine
 
Loading...
Searching...
No Matches

◆ MeshExtension

This enum defines tree types of mesh file.

Enumerator
UNKNOWN 

error type

OBJ 

obj type

FBX 

fbx type

SASSET 

binary type

Definition at line 20 of file MeshLoader.h.

21 {
25 UNKNOWN = 0,
26
30 OBJ = 1,
31
35 FBX = 2,
36
40 SASSET = 3,
41 };
@ SASSET
binary type
Definition MeshLoader.h:40
@ FBX
fbx type
Definition MeshLoader.h:35
@ OBJ
obj type
Definition MeshLoader.h:30
@ UNKNOWN
error type
Definition MeshLoader.h:25