Search found 5 matches
- Thu Feb 09, 2006 5:48 pm
- Forum: Beginners Help
- Topic: Loading a .x model
- Replies: 1
- Views: 203
- Thu Feb 09, 2006 2:39 pm
- Forum: Beginners Help
- Topic: Loading a .x model
- Replies: 1
- Views: 203
Loading a .x model
Hi,
I have loaded a model i created in DeleD and i cant see it on screen. I'm using the code from the first tutorial. The files are loaded within a directory called 'media' (for example the texture loaded within my program points to "./media/Wall10.jpg")
Here is the contents of the .x file loaded ...
I have loaded a model i created in DeleD and i cant see it on screen. I'm using the code from the first tutorial. The files are loaded within a directory called 'media' (for example the texture loaded within my program points to "./media/Wall10.jpg")
Here is the contents of the .x file loaded ...
- Wed Feb 08, 2006 3:04 pm
- Forum: Beginners Help
- Topic: Royalty Free formats
- Replies: 4
- Views: 340
- Tue Feb 07, 2006 4:29 pm
- Forum: Beginners Help
- Topic: Royalty Free formats
- Replies: 4
- Views: 340
Royalty Free formats
Are there any royalty free formats out there?
For example if I use bsp, md2, md3, .x can I keep them in a commercial game without paying anyone..?
Perhaps making an "official" list would be nice (if there isn't already one)
Thanks
For example if I use bsp, md2, md3, .x can I keep them in a commercial game without paying anyone..?
Perhaps making an "official" list would be nice (if there isn't already one)
Thanks
- Fri Feb 03, 2006 3:32 pm
- Forum: Beginners Help
- Topic: Textured cube from blender
- Replies: 7
- Views: 486
I tried the same thing and when i display my cube in irrlicht all i get is one color instead of the entire texture. I tried using 2 different textures (named cube.jpg & cube2.jpg) and both have the same problem although they end up displaying a different colored cube. Any idea what i potentially ...