Search found 9 matches

by Desconocido
Wed Apr 14, 2010 11:36 pm
Forum: Beginners Help
Topic: GUI Questions
Replies: 2
Views: 355

Thanks, I appreciate it, I will look into those options :)
by Desconocido
Wed Apr 14, 2010 8:08 pm
Forum: Beginners Help
Topic: GUI Questions
Replies: 2
Views: 355

GUI Questions

So I've been using Irrlicht for a bit now, but I haven't hardly touched the GUI until very recently.. I've gone through the tutorial and it makes enough sense on how everything works. What I'm more curious about, that I haven't really seen in the tutorials is 2 things..

first, is there a simple way ...
by Desconocido
Sat Jan 02, 2010 4:52 am
Forum: Beginners Help
Topic: Camera Auto Panning
Replies: 5
Views: 499

thanks man! Definitely helpful :). I'll try it tomorrow if I can.
by Desconocido
Sat Jan 02, 2010 1:47 am
Forum: Beginners Help
Topic: Camera Auto Panning
Replies: 5
Views: 499

Noo, I dont want the camera to follow the user, I just want it to move automatically along the y axis. The user will control a player model, but the model will not go out side of the screen, and will thus inexitably move forward as the camera does. I hope that clarifies this some?
by Desconocido
Fri Jan 01, 2010 8:48 pm
Forum: Beginners Help
Topic: Camera Auto Panning
Replies: 5
Views: 499

Camera Auto Panning

So basically, what I'm trying to accomplish is a camera that automatically pans/moves forward slowly, as seen in some platforming games, or top-down helicopter shooters (what I'm aiming at now).

So far I've come up with the following function:


void render::Camera(float sY, float eY)
{
float cY ...
by Desconocido
Sat Nov 14, 2009 2:16 am
Forum: Beginners Help
Topic: I give up...
Replies: 3
Views: 402

haha and now it's time for me to feel like an idiot xD thanks guys, I thought I updates the .dll file, but I think I put the wrong one in lol it runs now.... thanks guys!!

EDIT: All fixed :) thanks again!
by Desconocido
Sat Nov 14, 2009 1:59 am
Forum: Beginners Help
Topic: I give up...
Replies: 3
Views: 402

I give up...

so I've been working with irrlicht for a few months now, and just recently upgraded to the new 1.6 (not sure if this even applies) but right now I have an issue that when I try to compile I get a box that says:

"The procedure entry point createDevice could not be located in the dynamic link ...
by Desconocido
Mon Nov 09, 2009 10:35 pm
Forum: Beginners Help
Topic: [SOLVED] Transparency = grey?
Replies: 7
Views: 1694

I could be wrong about this, as i'm too lazy to look it up to be sure. But I want to say .bmp file formats dont support transparency. Try saving as a .png or another format that does support transparency and see if that works.
by Desconocido
Mon Nov 09, 2009 10:33 pm
Forum: Beginners Help
Topic: help , i am makeing game engine
Replies: 1
Views: 312

Always remember... Google is your best friend ;) http://artist-3d.com/

that should be enough to atleast help get you started, but I highly doubt your gonna find all the models you need for free on the net.
Maybe if you show off what your engine can do it'll get some modelers interested in your ...