Hi, I've used some level editors for another 3d engine, such WorldEditor to Genesis3d, wich is very easy and fast, but now I'm using irrlicht and irrEdit as level editor. irrEdit is easy, but i have some questions:
#1:Is there any way to resize or rotate textures in irrEdit? And also how to use transparent textures?
#2:I put some lights in the scene in irrEdit, but when i use that in irrlicht, i saw an ambient light without shadows.
#3:How can i do collision detection with .irr files? I've found a tutorial for the 1.2 version of irrlicht, and when I try compiling it I get tons of errors.
#4:Is there any other level editor for irrlicht? I've installed GTKRadiant, but I get an error when I try using it, and I can't found another level editor. Thanks for your answer.
some questions to use irrEdit as level editor
-
Dark_Kilauea
- Posts: 368
- Joined: Tue Aug 21, 2007 1:43 am
- Location: The Middle of Nowhere
#1:Is there any way to resize or rotate textures in irrEdit? And also how to use transparent textures?
i think no... fix the texture in ur 3d software (e.g. max, blender, etc)
#3:How can i do collision detection with .irr files? I've found a tutorial for the 1.2 version of irrlicht, and when I try compiling it I get tons of errors.
there are codes there to make collision work. try this thread:
http://irrlicht.sourceforge.net/phpBB2/ ... highlight=
but also do search and you can find more complete example
#4:Is there any other level editor for irrlicht? I've installed GTKRadiant, but I get an error when I try using it, and I can't found another level editor. Thanks for your answer.
visit faq?
http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=13019
i think no... fix the texture in ur 3d software (e.g. max, blender, etc)
#3:How can i do collision detection with .irr files? I've found a tutorial for the 1.2 version of irrlicht, and when I try compiling it I get tons of errors.
there are codes there to make collision work. try this thread:
http://irrlicht.sourceforge.net/phpBB2/ ... highlight=
but also do search and you can find more complete example
#4:Is there any other level editor for irrlicht? I've installed GTKRadiant, but I get an error when I try using it, and I can't found another level editor. Thanks for your answer.
visit faq?
http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=13019
-
hybrid
- Admin
- Posts: 14144
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
The SVN/trunk version has example 15 extended with collision response with all elements. You can grab the example from the SVN viewer as well (http://irrlicht.svn.sourceforge.net/viewvc/irrlicht/), but you might need to adapt some API changes that were made in between.