have to create some interesting effect in Irrlicht like (blowing up,
transitions, rain, fog) an I have a lot of examples dedicated to
DirectX, but I don't have an idea how can I join DirectX and
Irrlicht devices into one device in order to create the effect
described above. In attachment ( sample.cpp ) function called
PaintWindow doesn't work if I write some part of C++ code shown
below:
case WM_PAINT: // we get this message when we're supposed to paint.
PaintWindow(hWnd);
I'v got a book about programming games, but I have to USE DirectX's
effect and music (but it's not a problem because it is a music not
D3D)
Here is link http://chomikuj.pl/cyberion/samples/sample.cpp to all C++ code
Can someone help me