Hello, Im wondering if the current implementation of land.set_vertex_color is not working correctly (or if its only me). When i change the land-2.py example to have set_vertex_color for each vertex it gives me strange results.
for i in range(land_size):
for j in range(land_size):
land.set_height(i, j, random.random())
land.set_vertex_color (i, j, (125,125,125,125))
Regards
Reto
--
Reto Spoerri : http://www.nouser.org/
Mousecam : http://www.knoppix.tv/
