Raydium 3D Game Engine

Official forum for everything about Raydium, ManiaDrive, MeMak, ...
It is currently Tue Mar 19, 2024 7:03 am

All times are UTC




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: Thu Feb 03, 2011 12:43 pm 
Offline

Joined: Mon Jun 21, 2010 10:31 am
Posts: 12
Hi,

I have created several trees using Textures with Alpha-Channel.
But there is a problem: Cars behind these trees are visible through the texture....

Does anybody know how to solve this?

greets matzze


Top
 Profile  
 
PostPosted: Fri Feb 04, 2011 11:57 pm 
Offline

Joined: Sun Oct 09, 2005 10:46 pm
Posts: 759
Hello,

As i remenber there is a limitation about transparent texture. Only alpha=0 and alpha=1 are allowed, you can't (as far as i remember) use other values (or 0 and 255 if you prefer).

See here:

http://memak.raydium.org/viewtopic.php?f=8&t=683


Vincente has got some problem like this.

Have a nice day.

Ouille


Top
 Profile  
 
PostPosted: Tue Feb 08, 2011 10:54 am 
Offline
User avatar

Joined: Sun Mar 16, 2003 2:53 am
Posts: 2591
Location: gnniiiii (Scrat)
As stated in the link provided by ouille, documentation is not providing any information about this. I've just fixed that. (r1049)
http://wiki.raydium.org/wiki/RaydiumApi ... #texture.h


Top
 Profile  
 
PostPosted: Tue Feb 08, 2011 3:42 pm 
Offline

Joined: Sun Oct 09, 2005 10:46 pm
Posts: 759
Hello,

Is it possible to have semi transparent (blended ?) texture ? How can i obtain this ? It will be usefull to render drone propeller at high speed.

Have a nice day.
Ouille


Top
 Profile  
 
PostPosted: Tue Feb 08, 2011 4:26 pm 
Offline
User avatar

Joined: Sun Mar 16, 2003 2:53 am
Posts: 2591
Location: gnniiiii (Scrat)
Well, as for ManiaDrive's Clio windscreen, using alpha channel "as usual". The only important point is to make sure that vertices with this texture will be rendered after all others, and therefore should be placed after all others in the TRI file* (and object must be rendered later as possible).

* I don't know if Blender exporter takes care of this, but if not, you can use raydium_modler, load/save your file, it will sort textures.
/load myfile.tri
/save myfile.tri


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group