I tried loading the new built in 3D formats.
Cartography Shop is working with textures and lightmap.
The oct format did not load at all, but that could be a problem of fsrad, I don't know, the program just closed and left a 12 MB big oct file on my desktop.
my3d and lmts either just show the textures or just the lightmap, I don'T know anymore which format did what.
Even with the meshviewer it does not work right.
What's the problem?
Did anybody get my3d and lmts to work with the built in loaders?
the new 3d formats, how do they work?
I used the *.3.lmts file.
LMDX shows it correctly, I tried my own map and the Pulsar Sample map.
But in Irrlicht the lightmaps don'T show, just the map with textures without lightmap.
I used the Quake3Map example sourcecode to test it with Visual C++ 6.
According to the log window all textures and the lightmaps are loaded.
LMDX shows it correctly, I tried my own map and the Pulsar Sample map.
But in Irrlicht the lightmaps don'T show, just the map with textures without lightmap.
I used the Quake3Map example sourcecode to test it with Visual C++ 6.
According to the log window all textures and the lightmaps are loaded.
for using my3d internally:
Code: Select all
// load .my3d file and set texture path
smgr->getStringParameters()->setParameter(scene::MY3D_TEXTURE_PATH, "./yourtexturepath/");
scene::IAnimatedMesh* mesh;
mesh = smgr->getMesh("./data/your3dmodel.my3d");
Last edited by afecelis on Sat Apr 09, 2005 7:06 pm, edited 1 time in total.
cool, my3d is working now, it did not work before because I did not use getMesh with the "./" in the filename.
Therefore Irrlicht tried to load textures with "D" before the filename.
I don'T know why it tried to do that and what "./" means but it is working now.
lmts is still not working, textures and lightmaps are now flipped vertically.
Therefore Irrlicht tried to load textures with "D" before the filename.
I don'T know why it tried to do that and what "./" means but it is working now.
lmts is still not working, textures and lightmaps are now flipped vertically.
resave them in irfanview and they'll get corrected. It's a know bug. Irfanview solves it.
http://www.irfanview.com/
best of all i sthat it's free
http://www.irfanview.com/
best of all i sthat it's free
giles my3d
I can't get giles my3d exported scenes to work.
Everything is black.
If I set lighting to false it has a reflective material.
Setting it to a lightmap material does not work ,too.
It seems that the uvw texture coordinates are wrong for the lightmap.
How do you export correctly from giles?
Do you have to use a certain map channel for lightmaps or what?
Is tehre a sample scene in giles format that works?
Everything is black.
If I set lighting to false it has a reflective material.
Setting it to a lightmap material does not work ,too.
It seems that the uvw texture coordinates are wrong for the lightmap.
How do you export correctly from giles?
Do you have to use a certain map channel for lightmaps or what?
Is tehre a sample scene in giles format that works?