Vertex Alpha doesn't work anymore?

Blitz3D Forums/Blitz3D Programming/Vertex Alpha doesn't work anymore?

FlagDKT(Posted 2009) [#1]
I was trying to use vertex alpha on b3d textured model, but I'm afraid something changed after last Blitz update..
can't get to make it work anymore..
but maybe I'm doing something wrong..

EntityFX mesh,32+2
ch=CountChildren(xx\root)
For h=1 To ch
	e=GetChild(mesh,h)
	EntityFX e,32+2
	For c=1 To CountSurfaces(e)
		sf=GetSurface(e,c)
		For i=0 To CountVertices(sf)-1
			VertexColor sf,i,0,0,0,0
		Next
	Next
Next


anyone had the same problem?

Edit: my fault :)


jfk EO-11110(Posted 2009) [#2]
Ehrm, never mind, just gave a very complex answer, then I saw

"Edit: my fault :) "

:)


FlagDKT(Posted 2009) [#3]
eheh
btw I didn't use it at last, since I cannot use entityalpha on a vertex alphaed modified b3dmodel :(


Wings(Posted 2009) [#4]
yes yes i know. dx7 is good for slow computers.. but not so nice vertex triks.