Author Topic: Vertex color  (Read 2349 times)

Offline Thomas.

  • double
  • *****
  • Posts: 833
    • View Profile
Vertex color
« on: June 06, 2012, 09:37:20 pm »
How can I set color of vertices?

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Vertex color
« Reply #1 on: June 06, 2012, 09:40:16 pm »
You can't. You can set alpha of vertices by using the PolygonManager but even that doesn't work on some gpus, so i didn't bother to go any further in that direction.

Offline Thomas.

  • double
  • *****
  • Posts: 833
    • View Profile
Re: Vertex color
« Reply #2 on: June 06, 2012, 09:44:07 pm »
ok I will do it from shader