vertex alpha??

Blitz3D Forums/Blitz3D Programming/vertex alpha??

D4NM4N(Posted 2005) [#1]
How does vertex alpha work, ive set my mesh to 32 and am expecting vertexcolor surf,v,0,0,0,0 to set a particular vertex to transparent? (The mesh has no texture btw. does this matter)


Stevie G(Posted 2005) [#2]
You need to set it to flag (32+2) for vertexcolor to be enabled also for the alpha to work properly.