Search found 10 matches

by eMgz
Mon Jun 16, 2008 8:38 pm
Forum: Project Announcements
Topic: Viet Heroes - Fight or Surrender [Stoped]
Replies: 21
Views: 6136

deja vu! (http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=25017)
hehe, joking, fell free to use that NICE bar :P
nice models btw
by eMgz
Mon May 26, 2008 8:10 pm
Forum: Advanced Help
Topic: Dynamic Library in Linux
Replies: 3
Views: 545

Thanks for the reply, the -s option worked very well, now the shared object is about 4MB, i think that the CVS users can handle it.
And yes, the matter here is about the renderer, not the engine!
by eMgz
Mon May 26, 2008 6:29 pm
Forum: Advanced Help
Topic: Dynamic Library in Linux
Replies: 3
Views: 545

Dynamic Library in Linux

Hi all, im trying to use irrlicht on Linux for an important work at college that uses CVS (Concurrent Versions System). The problem is that the static library is too big (36MB) as is the dynamic library (23.5MB) for an internal CVS and the work is more like a 2D than a 3D application (its about traf...
by eMgz
Mon Mar 03, 2008 6:43 pm
Forum: Advanced Help
Topic: animated Texture/HUD/GUI
Replies: 11
Views: 1850

i posted a code snippet here http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=25017&highlight= using color interpolation, take a look :) maybe you dont need to use texture for the bars, just draw a rectangle and play with the colors inside it, you can set a diferent color for each vertex f...
by eMgz
Thu Nov 29, 2007 11:16 pm
Forum: Code Snippets
Topic: (C++) WoW style custom controls with camera and more
Replies: 36
Views: 26794

hey Joe, The "release" version of your WOW cam errors out when I run it. I get an error that says "R6025 - pure virtual function call" so I built the program "3rdPersonCam" and ran it but got the same problem. is it missing any other files besides the Irrlicht.dll ? al...
by eMgz
Thu Nov 29, 2007 8:05 pm
Forum: Code Snippets
Topic: Simple GUI with health bars and spells (whatever) bar
Replies: 7
Views: 7923

Simple GUI with health bars and spells (whatever) bar

hi all I think that theres lots of questions on how to make a GUI for a basic game, so i decided to post here some useful hints on how to make one with simple rectangles, textures and some cool stuff like modifying the color based on amount of health, decrease/increase bar values with some kind of i...
by eMgz
Thu Oct 04, 2007 12:00 am
Forum: Beginners Help
Topic: Help with CCameraRPGSceneNode (xml config)
Replies: 0
Views: 189

Help with CCameraRPGSceneNode (xml config)

Well, ive already asked for the xml config file in the main thread ( http://irrlicht.sourceforge.net/phpBB2/ ... &start=135 ) but no one awsered and i need it so badly, anyone can share it? or tell me how i can make one, thanks.
by eMgz
Wed Oct 03, 2007 11:55 pm
Forum: Beginners Help
Topic: FPS limit
Replies: 8
Views: 1120

i dont know how, but just for curiosity, its good to limit FPS so you dont waste time rendering useless frames (your monitor just show about 80 of them) and it prevents the graphics card from overheating.
by eMgz
Mon Oct 01, 2007 11:04 pm
Forum: Code Snippets
Topic: Smooth mixed 1st + 3rd Person Camera Scene Node (for RPG)
Replies: 158
Views: 58120

ssexton your camera seems to be very good can you give an example on how to use it? config xml: <?xml version="1.0" ?> <config> <timer_divider div="1"/> <foward key="KEY_KEY_W"/> <backward key="KEY_KEY_S"/> <turn_left key="KEY_KEY_A"/> <turn_right ke...
by eMgz
Sat Sep 29, 2007 3:06 am
Forum: Beginners Help
Topic: Question about Milkshape animation frames in IRRLicht
Replies: 4
Views: 385

Question about Milkshape animation frames in IRRLicht

hi all well, i just loaded a milkshape (.ms3d) into irrlicht and animated it, but when i printf the model end frame it shows about 120000 frames :shock: but the animation should have 120 (in milkshape) ok, the program takes some time to load and if i set the speed for something like 60000 it plays w...