22 #ifndef TETRAEDGE_TE_TE_MATERIAL_H 23 #define TETRAEDGE_TE_TE_MATERIAL_H 25 #include "common/ptr.h" 26 #include "common/path.h" 27 #include "common/stream.h" 29 #include "tetraedge/te/te_color.h" 30 #include "tetraedge/te/te_3d_texture.h" 31 #include "tetraedge/te/te_intrusive_ptr.h" 52 bool operator==(
const TeMaterial &other)
const;
53 bool operator!=(
const TeMaterial &other)
const {
54 return !operator==(other);
68 bool _isShadowTexture;
74 #endif // TETRAEDGE_TE_TE_MATERIAL_H
Definition: detection.h:27
Definition: te_color.h:30
Definition: te_material.h:35
Definition: te_intrusive_ptr.h:31