vertex alpha??

Blitz3D Forums/Blitz3D Programming/vertex alpha??

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)

You need to set it to flag (32+2) for vertexcolor to be enabled also for the alpha to work properly.