Search found 15 matches

by Christian
Tue Sep 14, 2004 1:17 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Got blender format ?
Replies: 9
Views: 3403

from blender, you can export to .x, and that is supported by irrlicht, so use .x :shock:
by Christian
Mon Aug 30, 2004 6:48 pm
Forum: Open Discussion and Dev Announcements
Topic: irrlicht for no-budget movie effects?
Replies: 6
Views: 641

appears you have no experience...so i recommend blender, free, and i think that you wont have problems learning from it. Blender also has a realtime game engine wich i think will be most usefull to you (if i understood you correctly...).
by Christian
Sun Aug 29, 2004 3:36 am
Forum: Beginners Help
Topic: How do I make an engine?
Replies: 8
Views: 554

if you are new, i recommend leaving irrlicht for a while and start with Game Maker 5.0, later learn c++ and come back to irrlicht :)
by Christian
Sun Aug 29, 2004 3:23 am
Forum: Open Discussion and Dev Announcements
Topic: A few questions:
Replies: 6
Views: 548

Blender is a very nice modeling prog. It takes some time to get used to the controls but in the end it speeds up modeling process. Why dont YOU model your stuff??? It can be pretty fun and relaxing :wink:
by Christian
Sat Aug 28, 2004 1:24 am
Forum: Project Announcements
Topic: Relo Template for Irrlicht.
Replies: 46
Views: 14364

thank you for replying, i resolved the problem and i cant belive what i was doing wrong... :oops: i was puting the extra libraries on the slot of the DLL options...but im glad it was a simple solution. Thanks anyways :D
by Christian
Fri Aug 27, 2004 8:59 pm
Forum: Beginners Help
Topic: How do I make an engine?
Replies: 8
Views: 554

go to the FAQ section, you will find the input thing you are looking for.
there is a tutorial for making 2d graphics on the main site also.
well, are you tring to do a 3d engine like irrlicht? or you mean a game engine?
by Christian
Fri Aug 27, 2004 8:50 pm
Forum: Project Announcements
Topic: Relo Template for Irrlicht.
Replies: 46
Views: 14364

Hello, first, many thanks for making a free alternative to make programs, rally many many thanks, second, i ask anyone for help since i have tried to compile a dll with no success. I followed all steps, i checked them all, i tried various times and the last error that i encountered and that i cant o...
by Christian
Sat Aug 21, 2004 7:59 pm
Forum: Beginners Help
Topic: what is required to make a game?
Replies: 11
Views: 889

if you are new to programming, i recommend a program called Game Maker 5.0, its a game engine, all included, and you can also use a simplified programming languaje, great for beginners.
by Christian
Sat Aug 21, 2004 7:56 pm
Forum: Beginners Help
Topic: Quaternions and Matrices.
Replies: 3
Views: 360

Yes, i have readed that link allready, it doesnt help me much because i know what a matrix is, but i cant figure out how to use it in rotations in irrlicht, because, it appears to be more complicated that using setRotation(vector); if i use a matrix i would have to use sin, cos, and for me that is m...
by Christian
Fri Aug 20, 2004 6:58 pm
Forum: Beginners Help
Topic: Quaternions and Matrices.
Replies: 3
Views: 360

Quaternions and Matrices.

Hello, i am having problems trying to understand how can i use quaternions to rotate my models, i know they are better than anything else so i want to use them to rotate things in complex ways, but i cant figure out how to do it. Also, while i was searching for quaternions info, i found out that mat...
by Christian
Sun Aug 15, 2004 7:57 pm
Forum: Beginners Help
Topic: Some informations about irrlicht and xml files
Replies: 5
Views: 316

Irrlicht doestn suppoert .blend, but blender can export .X, and irrlicht does support .X, so, you can make stuff in blender and export to x to use it in irrlicht, but youll have to rotate it a little and invert normals.
by Christian
Thu Aug 12, 2004 5:44 pm
Forum: Project Announcements
Topic: need to be tested
Replies: 27
Views: 7916

Nice colors and animation. I watched it for a few minutes and i found no problems at all.
Nice work :D.
by Christian
Thu Aug 05, 2004 11:39 pm
Forum: Open Discussion and Dev Announcements
Topic: For spanish people
Replies: 119
Views: 19908

Holas, yo soy nuevo en Irrlicht y tambien hablo españolz, vivo en argentina, muchos gustos! :D
by Christian
Thu Jul 29, 2004 5:07 pm
Forum: Open Discussion and Dev Announcements
Topic: Particle Editor 2.0
Replies: 17
Views: 4012

Can i download this particle creator from somewhere, any version? I wish i can try it, can i?. :shock: :?:
by Christian
Mon Jul 26, 2004 2:55 pm
Forum: Beginners Help
Topic: Question about this engine
Replies: 5
Views: 507

Well, from the experience i have had with game makers is that they dont allow you to do exactly what you want and how you want to do it, thats why i want the most freedom no matter what i have to learn, thats why i decided to learn c++ wich i havent used too much because i dont have where to apply t...