IParticleChannelMaterialIndex.h

Go to the documentation of this file.
00001 
00010 /**********************************************************************
00011  *<
00012     CREATED BY: Oleg Bayborodin
00013 
00014     HISTORY: created 01-23-02
00015 
00016  *> Copyright (c) 2001, All Rights Reserved.
00017  **********************************************************************/
00018 
00019 #pragma once
00020 
00021 #include "IParticleChannelInt.h"
00022 
00023 // standard particle channel "MaterialIndex"
00024 // interface ID
00025 #define PARTICLECHANNELMTLINDEXR_INTERFACE Interface_ID(0x74f93b12, 0x1eb34500)
00026 #define PARTICLECHANNELMTLINDEXW_INTERFACE Interface_ID(0x74f93b12, 0x1eb34501)
00027 
00028 #define GetParticleChannelMtlIndexRInterface(obj) ((IParticleChannelIntR*)obj->GetInterface(PARTICLECHANNELMTLINDEXR_INTERFACE))
00029 #define GetParticleChannelMtlIndexWInterface(obj) ((IParticleChannelIntW*)obj->GetInterface(PARTICLECHANNELMTLINDEXW_INTERFACE))
00030 
00031