Search found 83 matches

by Andi|xng
Thu Apr 07, 2005 8:04 pm
Forum: Open Discussion and Dev Announcements
Topic: FeatureRequest: ASE (imoprt, export) and Biped
Replies: 3
Views: 539

Yes, it would really be great if an ASE loader could be integrated into the next versions of Irrlicht! :D I think it is a format that is not very hard to read, unfortunately I am no good C++ programmer so I can not implement it by myself. Perhaps anybody has written such an loader already? I found a...
by Andi|xng
Sun Mar 27, 2005 11:43 am
Forum: Beginners Help
Topic: Billboards with Transparency don't work
Replies: 2
Views: 540

Hi,

the problem is solved. Here you can find the answer:
http://irrlicht.sourceforge.net/phpBB2/ ... php?t=6116

Andi
by Andi|xng
Sun Mar 27, 2005 11:41 am
Forum: Bug reports
Topic: OpenGL Transparency does not work correctly
Replies: 3
Views: 923

Incredible! Suddenly it works! Probable explanation: As I said, I use the Bindenlicht-Java-Binding. I copied the irrlicht.dll provided with Bindenlicht to the class-folder of my Java project. But I did not notice that there was another irrlicht.dll (I think, it was the DevC++-prebuilt DLL delivered ...
by Andi|xng
Sun Mar 27, 2005 7:39 am
Forum: Bug reports
Topic: OpenGL Transparency does not work correctly
Replies: 3
Views: 923

OpenGL Transparency does not work correctly

Hi, I'm searching for an error in my code (or for workarounds) for more than two hours, now I think it must be a bug. It was reported already in some other posts, but I think I have to mention it again because a very important feature of Irrlicht is affected by it. But first I have to ask a question...
by Andi|xng
Sat Mar 26, 2005 2:04 pm
Forum: Beginners Help
Topic: Billboards with Transparency don't work
Replies: 2
Views: 540

Perhaps I should add that it works correctly if I paint the texture with draw2DImage() - both with and without Color Key (e.g. alpha-psd, alpha-tga, non-alpha-tga with color key, non-alpha bmp with color key, ...)
by Andi|xng
Sat Mar 26, 2005 1:42 pm
Forum: Beginners Help
Topic: Billboards with Transparency don't work
Replies: 2
Views: 540

Billboards with Transparency don't work

Hi! I have a problem with billboards and transparency. And yes - I read the other threads about this topic. The problem is, the answers did not help me. I know how to save a PSD file and so on. The problem: http://www.xenoage.com/temp/bindenlichttest2-3.jpg I'm sure you know how I want to paint the ...
by Andi|xng
Fri Mar 25, 2005 9:28 am
Forum: Advanced Help
Topic: Transparency problem: Fog before alpha?
Replies: 4
Views: 443

Thanks for the replies.

Is there any solution apart from waiting until Niko implements the ALPHA_CHANNEL transparency?
Or if this is already possible, how can I use the alpha channel? It seems to be ignored if I load a psd with an alpha channel.

Andi
by Andi|xng
Thu Mar 24, 2005 11:03 pm
Forum: Advanced Help
Topic: Transparency problem: Fog before alpha?
Replies: 4
Views: 443

Transparency problem: Fog before alpha?

Hi, I have a problem with fog and transparent textures. I am using the Bindenlicht-Java-binding of Irrlicht. Perhaps you know a solution? The situation: There is a winter scene with snowfall and fog. The snowflakes are generated by a particle system scene node. With disabled fog for the snow it look...