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

Member Data Documentation

◆  m_pObject

BaseObject * m_pObject

Object that was hit.

◆  m_gID

Int32 m_gID

Guide ID.

◆  m_sID

Int32 m_sID

Segment ID.

◆  m_sT

Float m_sT

Position along segment.

◆  m_ID

Int32 m_ID

Polygon index.

◆  m_P

向量 m_P

Hit point.

◆  m_Vin

向量 m_Vin

Velocity in of hit.

◆  m_Vout

向量 m_Vout

Velocity out of hit.

◆  m_T

Float m_T

Frame delta of hit.