Search found 10 matches

by fnolis
Thu Dec 20, 2007 11:10 pm
Forum: Beginners Help
Topic: Compile Irrlicht on Linux server without OpenGL?
Replies: 1
Views: 209

Compile Irrlicht on Linux server without OpenGL?

How do I compile the Irrlicht on a linux server without the OpenGL libs? I run the Makefile on my plain CentOS server and when I get to the opengl file it stops. This is the last thing I try to compile (via the Makefile) before a @£¤%! load of errors fills my screen. g++ -Wall -g -D_DEBUG -I../../in...
by fnolis
Sun Oct 14, 2007 4:53 pm
Forum: Beginners Help
Topic: Flip 2D images vertical?
Replies: 3
Views: 463

Flip 2D images vertical?

Is there a way to flip 2D images (jpg/png) vertical (lika a mirror) so that I don't have to create both ways images of a character that runs to the left and right.
by fnolis
Mon Oct 08, 2007 10:08 pm
Forum: Beginners Help
Topic: OnEvent never calls....
Replies: 1
Views: 170

OnEvent never calls....

I have made a game class which I have declared the needed virtual OnEvent but it never calls. What could be the problem? No errors when compiling and the program runs as it should (exept for the event handler) e.g bool GameMain::OnEvent( irr::SEvent event ) { printf( "Event\n" ); return tr...
by fnolis
Mon Jul 19, 2004 8:29 am
Forum: Beginners Help
Topic: Cargame... opponents. AI Lib?
Replies: 4
Views: 464

Cargame... opponents. AI Lib?

Anyone that have done a cargame with AI oppenents...? What AI lib did you use? or did you write your own? Any suggestions?
by fnolis
Sat Jul 17, 2004 10:17 am
Forum: Beginners Help
Topic: Mesh edges?
Replies: 15
Views: 1165

some code would be good...
by fnolis
Sat Jul 17, 2004 10:17 am
Forum: Beginners Help
Topic: Mesh edges?
Replies: 15
Views: 1165

some code would be good...
[/code]
by fnolis
Fri Jul 16, 2004 12:10 pm
Forum: Beginners Help
Topic: Mesh edges?
Replies: 15
Views: 1165

Well.... the rotation I have... I need to find out how big the car is and in that way calculate where the lights should be placed... if I set the light (and the missiles) at the default (0,0,0) then it will be placed in the middle of the carmesh... so... what I'm after are the "box" around...
by fnolis
Fri Jul 16, 2004 7:50 am
Forum: Beginners Help
Topic: Mesh edges?
Replies: 15
Views: 1165

Mesh edges?

I have a mesh in the shape of a car, and I need to find out how "big" this mesh is, where its front is so that I can draw a missile infront of it when fired and also put lights infront of the car. How do I do it? How can I find the front of the car? and its size?
by fnolis
Thu Jun 24, 2004 9:09 am
Forum: Beginners Help
Topic: Which sound engine do you think better for irrlicht
Replies: 14
Views: 4828

Here [http://opensource.eye842.nu/uc_sound.src.tar.gz] you can download the source for the sound class. I have not altered it from how we use it so you might want to change the namespace to your own name or completely remove it. There might be some other issues aswell, if so, I can't figure them out...
by fnolis
Thu Jun 24, 2004 8:27 am
Forum: Beginners Help
Topic: Which sound engine do you think better for irrlicht
Replies: 14
Views: 4828

I'm "the guest" (now registered) .... sorry, forgot to write nick

* afecelis
My class is not yet done as I said before, cause I have only done what we needed for the moment. I will put it up later today...