MeVisLabToolboxReference
MeVisLab/Standard/Sources/ML/MLWEM/WEMBase/WEMDefaults.h
Go to the documentation of this file.
00001 // **InsertLicense** code
00002 //----------------------------------------------------------------------------------
00004 
00011 #ifndef __WEMDEFAULTS_H
00012 #define __WEMDEFAULTS_H
00013 
00014 #include "MLWEMIncludes.h"
00015 
00016 ML_START_NAMESPACE
00017 
00019 
00021 struct MLWEM_EXPORT WEMDefaults
00022 {
00024 
00025   static inline Vector3 faceAmbientColor() { return Vector3( 0.266667f, 0.266667f, 0.266667f); }
00026   static inline Vector3 faceDiffuseColor() { return Vector3( 0.792157f, 0.792157f, 0.792157f); }
00027   static inline Vector3 faceSpecularColor(){ return Vector3( 0.066667f, 0.066667f, 0.066667f); }
00029 };
00030 
00032 
00033 
00034 ML_END_NAMESPACE
00035 
00036 
00037 #endif // __WEMDefaults_H