Channel-specific interfaces for ParticleChannelShape The channel is used to store particle representation in mesh form for viewports and during render The channel is a wrap around ParticleChannelMesh. More...
#include "IParticleChannelMesh.h"
Go to the source code of this file.
Defines |
|
#define | PARTICLECHANNELSHAPER_INTERFACE Interface_ID(0x74f93b0c, 0x1eb34500) |
#define | PARTICLECHANNELSHAPEW_INTERFACE Interface_ID(0x74f93b0c, 0x1eb34501) |
#define | GetParticleChannelShapeRInterface(obj) ((IParticleChannelMeshR*)obj->GetInterface(PARTICLECHANNELSHAPER_INTERFACE)) |
#define | GetParticleChannelShapeWInterface(obj) ((IParticleChannelMeshW*)obj->GetInterface(PARTICLECHANNELSHAPEW_INTERFACE)) |
Channel-specific interfaces for ParticleChannelShape The channel is used to store particle representation in mesh form for viewports and during render The channel is a wrap around ParticleChannelMesh.
Definition in file IParticleChannelShape.h.
#define PARTICLECHANNELSHAPER_INTERFACE Interface_ID(0x74f93b0c, 0x1eb34500) |
Definition at line 22 of file IParticleChannelShape.h.
#define PARTICLECHANNELSHAPEW_INTERFACE Interface_ID(0x74f93b0c, 0x1eb34501) |
Definition at line 23 of file IParticleChannelShape.h.
#define GetParticleChannelShapeRInterface | ( | obj | ) | ((IParticleChannelMeshR*)obj->GetInterface(PARTICLECHANNELSHAPER_INTERFACE)) |
Definition at line 25 of file IParticleChannelShape.h.
#define GetParticleChannelShapeWInterface | ( | obj | ) | ((IParticleChannelMeshW*)obj->GetInterface(PARTICLECHANNELSHAPEW_INTERFACE)) |
Definition at line 26 of file IParticleChannelShape.h.