Hi! I've made a stupid 2D game where I reinterpret arkanoid! The features are -Level generated random -You can choose the direction of the ball -The level step down at random speed... and if it arrives on the bottom YOU LOOSE :twisted: -simple status management -nothing else :D If you want to try......
Hi! Wow that's a lot of time that I don't come in this forum(3-4 month):shock:! But I was too busy in this period. I've seen only now your work JP! it's very good! I'm happy that my work is used... and the results are amazing! I hope that your project proceed very well... A small announcement In a f...
Hi, anyone may remember that I've made a minimalistic shell audio player... the BlizPlayer. Now I've made a small Graphic player. It's the GraphicMinimalisticPlayer! I've released it on sourceforge. If you want to download it https://sourceforge.net/projects/gmplayer/ I've not released the source......
Hi, today I've resolt on a my program two-three memory leaks that they make me crazy!!! I've decided in my own that mem leaks are the worse errors! :D So I've an idea... I want to show the real identity of a memory leak! I make this challange: Draw what you think is a memory leak(in a funny way)... ...
Or you could upload the proper dll somewhere? wanna see! Sorry! I've the GPRS... and for upload more than one mega (irrlicht dll) I'll take half an hour or an hour.... :cry: I'll post the source... if you substitute the source to the specialFX sample and link the GL GLu and GLaux libraries you can ...
Hi, I've made the new effect but it's too too bad.... worse! I've error on blending systems and the effect is crazy when the camera is moving... don't know why. So... the source I've released is the functional one! I don't release the new "bad" effect... But I even show an image http://dig...
As you wish! :D I've not post the code becauseee.... it was too dirty and it's not explained. So... I'm start to working on another effect that use the same system... But if you have problems, I hope that you can resolt and optimize with the code /* This tutorials describes how to do special effects...
Hi, I've made the motion blur effect in a more serious way. You can download the demo here http://digilander.libero.it/blizzard.3dDevelop/motionblur.rar They are only few Kbytes... You must have the irrlicht 1.0 dll because I've not the latest version. Fallow the readme and try the demo Please, let ...
Hi, I've a problem with render to texture ando openGL. I'm using irrlicht 1.0 and I wanto to put the scene render in a texture and then render the texture on screen with driver->draw2DImage(...); The texture is of the same dimension of the screen. The problem is that when I draw the texture, the tex...
Hi, did you check the Irrlicht code for overwriting textures? No I didn't. Sorry but I've written this code in half an hour... so it isn't programmed well. And what do you need this for? Textures can be scaled by hardware using the proper UV coords. This is for my friend. He need to stretching a tex...