n00by question but - how do i actually open the editor thing
n00by question but - how do i actually open the editor thing
I've downlaoded all of it, and i've searched through most of the files in the zip thing and i till can't find the actual main program so i can create a 3d level. Thanks!
Presumably you're talking about Irrlicht, which is a 3D graphics library, not a level/game editor. You have to create your own classes and import the Irrlicht library and can then use it's classes and methods to render 3D scenes
Check out the tutorials and API for more info on what to do:
http://irrlicht.sourceforge.net/tutorials.html
http://irrlicht.sourceforge.net/docu/index.html
Check out the tutorials and API for more info on what to do:
http://irrlicht.sourceforge.net/tutorials.html
http://irrlicht.sourceforge.net/docu/index.html
-
- Posts: 377
- Joined: Fri Oct 28, 2005 10:28 am
- Contact:
There seems to be a misconception here. Irrlicht is no Game Development Kit, it is a rendering engine. You are required to build your Level with a modelling/mapping tool of some kind, for instance GtkRandiant for BSP-Levels.
A complete list of supported formats is here: http://irrlicht.sourceforge.net/feature ... tedformats
Also be aware, that you are supposed to know how to program in C++. This is vital.
A complete list of supported formats is here: http://irrlicht.sourceforge.net/feature ... tedformats
Also be aware, that you are supposed to know how to program in C++. This is vital.
Hi!
this link is visible right on top of the beginners forum, which should contain everything you need:
http://irrlicht.sourceforge.net/phpBB2/ ... php?t=4548
FAQ means Frequently Asked Questions, and if there is one available you should always read it first when you are new to something
bye!
this link is visible right on top of the beginners forum, which should contain everything you need:
http://irrlicht.sourceforge.net/phpBB2/ ... php?t=4548
FAQ means Frequently Asked Questions, and if there is one available you should always read it first when you are new to something
bye!
-
- Posts: 47
- Joined: Wed Feb 01, 2006 8:09 pm
- Location: Wroclaw
- Contact:
When fiddling with Irrlicht myself, I made my 3d environments using the free version of Deled. Deleds native format is actually supported by Irrlicht, so there is no problem with pipeline.
In addition, Niko is working on an Irrlicht editor, but to my knowledge it isn't released yet. See his latest blog entry as of now: http://irrlicht3d.org/
New RF2 website at: http://realityfactory2.sourceforge.net/
yeah my mistake not level but a 3d thingy.
I do know what FAQ means.
None of these posts actually helped me in any way, they told me stuff I already knew, but, after properly looking through the faq (not just whizzing thru) I've realised i need to make the stuff in a C++ editor. So thanks, but none of it helped.
I do know what FAQ means.
None of these posts actually helped me in any way, they told me stuff I already knew, but, after properly looking through the faq (not just whizzing thru) I've realised i need to make the stuff in a C++ editor. So thanks, but none of it helped.