Search found 6 matches
- Mon Jan 12, 2009 6:55 pm
- Forum: Code Snippets
- Topic: 3D World Studio loader now w/Terrain splatting (Irrlicht1.5)
- Replies: 32
- Views: 19671
- Fri Nov 09, 2007 1:35 am
- Forum: Code Snippets
- Topic: 3D World Studio loader now w/Terrain splatting (Irrlicht1.5)
- Replies: 32
- Views: 19671
- Wed Oct 03, 2007 1:35 pm
- Forum: Code Snippets
- Topic: 3D World Studio loader now w/Terrain splatting (Irrlicht1.5)
- Replies: 32
- Views: 19671
I'm glad some people find it useful. I am have trouble with loading the textures from the world studio file and could use some help if this thread is still active. The demo levels use textures in .STF format, which is a proprietary format used by Leadwerks. For the purposes of loading the Complex.3d...
- Tue Sep 11, 2007 7:11 pm
- Forum: Code Snippets
- Topic: 3D World Studio loader now w/Terrain splatting (Irrlicht1.5)
- Replies: 32
- Views: 19671
Updated my importer. It now imports terrain created with 3D World Studio. To download, see the original post. Screenshots: http://www.tireswinggames.com/3DWsmallshot2.jpg http://www.tireswinggames.com/3DWsmallshot3.jpg http://www.tireswinggames.com/3DWsmallshot4.jpg http://www.tireswinggames.com/3DW...
- Thu Sep 06, 2007 2:51 pm
- Forum: Code Snippets
- Topic: 3D World Studio loader now w/Terrain splatting (Irrlicht1.5)
- Replies: 32
- Views: 19671
- Thu Sep 06, 2007 1:47 pm
- Forum: Code Snippets
- Topic: 3D World Studio loader now w/Terrain splatting (Irrlicht1.5)
- Replies: 32
- Views: 19671
3D World Studio loader now w/Terrain splatting (Irrlicht1.5)
UPDATED Jan. 2009 for Irrlicht 1.5. I looked around and didn't find anything like it, so here's my attempt at a 3DW loader. I wrote some code to load a .3DW file directly into Irrlicht. It reads the complete file and parses it. It implements loading of brush geometry in Irrlicht with textures and li...