Search found 2 matches

by altanis
Sun Jul 12, 2009 9:32 am
Forum: Advanced Help
Topic: Playing movie in texture
Replies: 118
Views: 77916

error while drawing...

Hi
On Irrlicht 1.5 I have an error in method DrawMovie:

void DrawMovie(int x,int y,ITexture* Buf)
{
void* pBits = Buf->lock();
LONG Pitch = Buf->getPitch();
DDSURFACEDESC ddsd;
ddsd.dwSize=sizeof(DDSURFACEDESC);
pSurface->Lock( NULL,&ddsd, DDLOCK_SURFACEMEMORYPTR | DDLOCK_WAIT , NULL ...
by altanis
Thu Jul 09, 2009 12:03 pm
Forum: Beginners Help
Topic: IRREdit/IRRLicht - 3d studio max lights import
Replies: 1
Views: 232

IRREdit/IRRLicht - 3d studio max lights import

Hi
I have a problem with lights, I need to import lights from 3d studio max. I exported mesh as 3ds, but lights has been omitted. Is there any way to import light from max?
Regards