Thread: draw beam
View Single Post
Re: draw beam
Old
  (#8)
Cheeseh
[rcbot]
 
Cheeseh's Avatar
 
Status: Offline
Posts: 361
Join Date: Dec 2003
Location: China
Default Re: draw beam - 02-01-2005

Actually I think I#ve got it, I think you've got to get the Server Effects Interface :

IEffects *g_pEffects = NULL;

..

g_pEffects = (IEffects* )interfaceFactory(IEFFECTS_INTERFACE_VERSION,NULL) ;

...

g_pEffects->Beam(..,..);

Haven't tried it yet though but it compiles okay

Edit:

Arrrrgh.. Okay the interfaceFactory returns NULL.. :@

Last edited by Cheeseh; 02-01-2005 at 13:38..
  
Reply With Quote