typo
parent
ff6282b0c7
commit
97ba51d675
|
@ -81,7 +81,7 @@ public:
|
|||
m_componentCount = 2;
|
||||
m_type = new unsigned int[m_componentCount];
|
||||
m_type[0] = EGlossyReflection | EFrontSide | EBackSide;
|
||||
m_type[1] = EGlossyReflection | EFrontSide | EBackSide;
|
||||
m_type[1] = EGlossyTransmission | EFrontSide | EBackSide;
|
||||
m_combinedType = m_type[0] | m_type[1];
|
||||
m_usesRayDifferentials = false;
|
||||
}
|
||||
|
@ -98,7 +98,7 @@ public:
|
|||
m_componentCount = 2;
|
||||
m_type = new unsigned int[m_componentCount];
|
||||
m_type[0] = EGlossyReflection | EFrontSide | EBackSide;
|
||||
m_type[1] = EGlossyReflection | EFrontSide | EBackSide;
|
||||
m_type[1] = EGlossyTransmission | EFrontSide | EBackSide;
|
||||
m_combinedType = m_type[0] | m_type[1];
|
||||
m_usesRayDifferentials = false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue