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
22
struct
MLWEM_EXPORT
WEMDefaults
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
MLWEMIncludes.h
MLWEM_EXPORT
#define MLWEM_EXPORT
Definition
MLWEMSystem.h:18
ml::Tvec3< MLdouble >
mlrange_cast
Target mlrange_cast(Source arg)
Generic version of checked ML casts.
Definition
mlRangeCasts.h:332
ml::WEMDefaults
Struct providing default values for the WEM library.
Definition
WEMDefaults.h:23
ml::WEMDefaults::faceSpecularColor
static Vector3 faceSpecularColor()
Definition
WEMDefaults.h:28
ml::WEMDefaults::faceDiffuseColor
static Vector3 faceDiffuseColor()
Definition
WEMDefaults.h:27
ml::WEMDefaults::faceAmbientColor
static Vector3 faceAmbientColor()
Definition
WEMDefaults.h:26
MeVisLab
Standard
Sources
ML
MLWEM
WEMBase
WEMDefaults.h
Generated by
1.10.0