Go to the documentation of this file.
20 #ifndef ANTKEEPER_MATERIAL_FLAGS_HPP
21 #define ANTKEEPER_MATERIAL_FLAGS_HPP
23 #define MATERIAL_FLAG_X_RAY 0x10
24 #define MATERIAL_FLAG_OUTLINE 0x20
25 #define MATERIAL_FLAG_VEGETATION 0x40
26 #define MATERIAL_FLAG_REFRACTIVE 0x80
27 #define MATERIAL_FLAG_DECAL 0x100
28 #define MATERIAL_FLAG_DECAL_SURFACE 0x200
29 #define MATERIAL_FLAG_WIREFRAME 0x80000000