Channel-specific interface for ParticleChannelPosition Particle position is stored in absolute world coordianates The channel is a wrap around ParticleChannelPoint3. More...
#include "IParticleChannelPoint3.h"
Go to the source code of this file.
Defines |
|
#define | PARTICLECHANNELPOSITIONR_INTERFACE Interface_ID(0x74f93b06, 0x1eb34500) |
#define | PARTICLECHANNELPOSITIONW_INTERFACE Interface_ID(0x74f93b06, 0x1eb34501) |
#define | GetParticleChannelPositionRInterface(obj) ((IParticleChannelPoint3R*)obj->GetInterface(PARTICLECHANNELPOSITIONR_INTERFACE)) |
#define | GetParticleChannelPositionWInterface(obj) ((IParticleChannelPoint3W*)obj->GetInterface(PARTICLECHANNELPOSITIONW_INTERFACE)) |
Channel-specific interface for ParticleChannelPosition Particle position is stored in absolute world coordianates The channel is a wrap around ParticleChannelPoint3.
Definition in file IParticleChannelPosition.h.
#define PARTICLECHANNELPOSITIONR_INTERFACE Interface_ID(0x74f93b06, 0x1eb34500) |
Definition at line 21 of file IParticleChannelPosition.h.
#define PARTICLECHANNELPOSITIONW_INTERFACE Interface_ID(0x74f93b06, 0x1eb34501) |
Definition at line 22 of file IParticleChannelPosition.h.
#define GetParticleChannelPositionRInterface | ( | obj | ) | ((IParticleChannelPoint3R*)obj->GetInterface(PARTICLECHANNELPOSITIONR_INTERFACE)) |
Definition at line 24 of file IParticleChannelPosition.h.
#define GetParticleChannelPositionWInterface | ( | obj | ) | ((IParticleChannelPoint3W*)obj->GetInterface(PARTICLECHANNELPOSITIONW_INTERFACE)) |
Definition at line 25 of file IParticleChannelPosition.h.