IParticleChannelShapeTexture.h

Go to the documentation of this file.
00001 
00006 /**********************************************************************
00007  *<
00008     CREATED BY: Oleg Bayborodin
00009 
00010     HISTORY: created 06-21-02
00011 
00012  *> Copyright (c) 2001, All Rights Reserved.
00013  **********************************************************************/
00014 
00015 #pragma once
00016 
00017 #include "IParticleChannelMeshMap.h"
00018 
00019 // standard particle channel "Shape Texture"
00020 // interface ID
00021 #define PARTICLECHANNELSHAPETEXTURER_INTERFACE Interface_ID(0x74f93b10, 0x1eb34500)
00022 #define PARTICLECHANNELSHAPETEXTUREW_INTERFACE Interface_ID(0x74f93b10, 0x1eb34501)
00023 
00024 #define GetParticleChannelShapeTextureRInterface(obj) ((IParticleChannelMeshMapR*)obj->GetInterface(PARTICLECHANNELSHAPETEXTURER_INTERFACE))
00025 #define GetParticleChannelShapeTextureWInterface(obj) ((IParticleChannelMeshMapW*)obj->GetInterface(PARTICLECHANNELSHAPETEXTUREW_INTERFACE))
00026 
00027