www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: Thomas. on June 06, 2012, 09:37:20 pm

Title: Vertex color
Post by: Thomas. on June 06, 2012, 09:37:20 pm
How can I set color of vertices?
Title: Re: Vertex color
Post by: EgonOlsen 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.
Title: Re: Vertex color
Post by: Thomas. on June 06, 2012, 09:44:07 pm
ok I will do it from shader