Search found 7 matches
- Mon Jan 04, 2010 9:40 am
- Forum: Game Programming
- Topic: Creating Tiles
- Replies: 6
- Views: 2236
- Sun Jan 03, 2010 10:54 pm
- Forum: Game Programming
- Topic: Creating Tiles
- Replies: 6
- Views: 2236
Yeh, but Simutrans is 2D, I need to convert it in 3D. I tought just to add free zooming, that is the only thing I want to add, but, Simutrans models are in 2D(isometric) and It seems I have to rework entire graphic subsystem. Any hint how to do that
http://simutrans.com/
http://simutrans.com/
- Sun Jan 03, 2010 9:17 pm
- Forum: Game Programming
- Topic: Creating Tiles
- Replies: 6
- Views: 2236
Creating Tiles
I would like to know is there any posibility to create and manipulate with tiles in Irrlicht ? I am makin 3D version of Simutrans, and I would like to copy its tiles in my game. I want firstly to generate terrain, I know how to do that, but when i get terrain, how to divide it in tiles, and is there...
- Sun Jan 03, 2010 3:21 pm
- Forum: Beginners Help
- Topic: Total Nooob needs help.
- Replies: 9
- Views: 640
- Sat Jan 02, 2010 9:08 pm
- Forum: Beginners Help
- Topic: Total Nooob needs help.
- Replies: 9
- Views: 640
- Sat Jan 02, 2010 7:33 pm
- Forum: Beginners Help
- Topic: Total Nooob needs help.
- Replies: 9
- Views: 640
Oh wow, I saw those tutorials, they explains everything, and I understand this coding, and at least, i can always use those tutorials as a template. But now, My first goal is to create scenery, I mean terrain for my game. I saw it here: http://irrlicht.sourceforge.net/docu/example012.html and it is ...
- Sat Jan 02, 2010 6:02 pm
- Forum: Beginners Help
- Topic: Total Nooob needs help.
- Replies: 9
- Views: 640
Total Nooob needs help.
Hello everyone. I need to make a game, transportation simulator, to be exact. Now, I would like to know what do I need to start making it. I downloaded Irrlicht Engine 1.6, 3DSMAx( I worked in it), and what to do next? Any help?