Topic: Vertexcolor doesnt seem to have an alpha option.

Is there a way of setting a vertexs alpha using ib3d?

Re: Vertexcolor doesnt seem to have an alpha option.

greetings smile  VertexAlpha has not been implemented in iB3D.  im not sure if there is a way in Irrlicht to change an individual vertex alpha but you can on an entire mesh using IMeshManipulator.setVertexColorAlpha().  if you have the IMeshBuffer you can try getting the individual vertice using the getvertices() method and then getcolor() and setcolor() methods.