Clarisse 5.0 SP8 SDK
5.0.5.8.0
|
Public Member Functions | |
Event (const GMathVec3f &attenuation, ModuleMaterial *material, float t, bool is_entry) | |
bool | operator< (const Event &s) const |
Public Attributes | |
GMathVec3f | m_attenuation |
Attenuation value of the medium. | |
ModuleMaterial * | m_material |
Attributes to identify the medium. | |
float | m_t |
Distance at which the ray enter/exit the medium. | |
bool | m_is_entry |
True if the ray is entering this medium. | |