Search found 5 matches
- Sat Jan 30, 2010 11:24 am
- Forum: Code Snippets
- Topic: Tile Terrain updated (irrlicht 1.7.0)
- Replies: 18
- Views: 8562
- Fri Jan 29, 2010 11:08 pm
- Forum: Project Announcements
- Topic: ATMOsphere
- Replies: 145
- Views: 118622
- Fri Jan 29, 2010 9:18 pm
- Forum: Beginners Help
- Topic: Multiple Terrain Scene Nodes and collision / loading
- Replies: 1
- Views: 353
- Fri Jan 29, 2010 8:15 pm
- Forum: Beginners Help
- Topic: Multiple Terrain Scene Nodes and collision / loading
- Replies: 1
- Views: 353
Multiple Terrain Scene Nodes and collision / loading
playing about with the terrain rendering demo I cannot work out how I can implement collision detection in a number of terrain scene nodes, I have been experimenting with using a pointer, but I need to set the pointer to the array of terrain tiles don't I??? code is below
/** Example 012 Terrain ...
/** Example 012 Terrain ...
- Fri Jan 29, 2010 6:21 pm
- Forum: Beginners Help
- Topic: making a pentagon map-tile
- Replies: 0
- Views: 685
making a pentagon map-tile
Hi, I'm completely new to irrlicht but have fiddled with the source code of the samples and am really impressed with it's power, Is there any way to create plugins for the engine? Also barring a plugin is there any way to create pentagonal map tiles (for use in making a spherical globe based upon ...