Search found 6 matches

by tireswing
Mon Jan 12, 2009 6:55 pm
Forum: Code Snippets
Topic: 3D World Studio loader now w/Terrain splatting (Irrlicht1.5)
Replies: 32
Views: 19579

Don't know if anyone still uses 3D World Studio, but I started a new project, so I updated my loader for Irrlicht 1.5. It now supports importing terrain layers using texture splatting on DX9 or OpenGL. For all other drivers, it still uses the base layer and light map only.
by tireswing
Fri Nov 09, 2007 1:35 am
Forum: Code Snippets
Topic: 3D World Studio loader now w/Terrain splatting (Irrlicht1.5)
Replies: 32
Views: 19579

Sorry, I've been away for a while so I wasn't checking this thread. Did you ever get it to run? If not, if you post the error message, I'll try to get it figured out.

Joe
by tireswing
Wed Oct 03, 2007 1:35 pm
Forum: Code Snippets
Topic: 3D World Studio loader now w/Terrain splatting (Irrlicht1.5)
Replies: 32
Views: 19579

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...
by tireswing
Tue Sep 11, 2007 7:11 pm
Forum: Code Snippets
Topic: 3D World Studio loader now w/Terrain splatting (Irrlicht1.5)
Replies: 32
Views: 19579

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...
by tireswing
Thu Sep 06, 2007 2:51 pm
Forum: Code Snippets
Topic: 3D World Studio loader now w/Terrain splatting (Irrlicht1.5)
Replies: 32
Views: 19579

.3DW is a 3D World Studio file.
.SMF stands for Simple Mesh Format (created by Leadwerks?) for static meshes.
by tireswing
Thu Sep 06, 2007 1:47 pm
Forum: Code Snippets
Topic: 3D World Studio loader now w/Terrain splatting (Irrlicht1.5)
Replies: 32
Views: 19579

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...