Hi.
I load a simple .3ds model with textures. I set the the transparency on the model with obj.setTransparency(quitehighvalue).
seems to work, but i have this behaviour:
(http://bio.shell.la/~bionicoz/img/Photo0030.jpg)
(http://bio.shell.la/~bionicoz/img/Photo0031.jpg)
Am I doing something wrong?
Don't make the house transparent at all or otherwise, you'll get sorting errors like your screenshot shows them. There are a few threads floating around here that explain this in more detail.
Importing in two separate Object3D worked. But is that the only solution?
I'll look for the threads, btw. Ty, as always.