HairPolygonHit Struct Reference Library » 头发
#include <lib_hair.h>
Public Attributes |
|
| BaseObject * | m_pObject |
| Int32 | m_gID |
| Int32 | m_sID |
| Float | m_sT |
| Int32 | m_ID |
| 向量 | m_P |
| 向量 | m_Vin |
| 向量 | m_Vout |
| Float | m_T |
| BaseObject * m_pObject |
Object that was hit.
| Int32 m_gID |
Guide ID.
| Int32 m_sID |
Segment ID.
| Float m_sT |
Position along segment.
| Int32 m_ID |
Polygon index.
| 向量 m_P |
Hit point.
| 向量 m_Vin |
Velocity in of hit.
| 向量 m_Vout |
Velocity out of hit.
| Float m_T |
Frame delta of hit.