SpiecsEngine
 
Loading...
Searching...
No Matches
MaterialProperties.cpp
Go to the documentation of this file.
1/**
2* @file MaterialProperties.cpp.
3* @brief The MaterialProperties Class Implementation.
4* @author Spices.
5*/
6
7#include "Pchheader.h"
9
10namespace Spices {
11
13 : bTwoSided(false)
14 , bCastShadow(true)
15 , bReceiveShadow(true)
16 , bWireFrame(false)
17 {}
18}
MaterialProperties()
Constructor Function.
Wrapper of material render options.