MeVisLab Toolbox Reference
WEMDefaults.h
Go to the documentation of this file.
1 /*************************************************************************************
2 **
3 ** Copyright 2009, MeVis Medical Solutions AG
4 **
5 ** The user may use this file in accordance with the license agreement provided with
6 ** the Software or, alternatively, in accordance with the terms contained in a
7 ** written agreement between the user and MeVis Medical Solutions AG.
8 **
9 ** For further information use the contact form at https://www.mevislab.de/contact
10 **
11 **************************************************************************************/
12 
13 #pragma once
14 
15 #include "MLWEMIncludes.h"
16 
17 ML_START_NAMESPACE
18 
20 
23 {
26  static inline Vector3 faceAmbientColor() { return Vector3( 0.266667, 0.266667, 0.266667); }
27  static inline Vector3 faceDiffuseColor() { return Vector3( 0.792157, 0.792157, 0.792157); }
28  static inline Vector3 faceSpecularColor(){ return Vector3( 0.066667, 0.066667, 0.066667); }
30 };
31 
33 
34 ML_END_NAMESPACE
#define MLWEM_EXPORT
Definition: MLWEMSystem.h:18
Tvec3< MLdouble > Vector3
A vector with 3 components of type double.
Definition: mlVector3.h:300
Struct providing default values for the WEM library.
Definition: WEMDefaults.h:23
static Vector3 faceSpecularColor()
Definition: WEMDefaults.h:28
static Vector3 faceDiffuseColor()
Definition: WEMDefaults.h:27
static Vector3 faceAmbientColor()
Definition: WEMDefaults.h:26