|
From: Tapio V. <aa...@us...> - 2010-11-07 20:31:54
|
Module: performous Branch: opengl2 Commit: 00c36c6dbc51bdba21f8d4375f1ce1a749d8900f Author: Tapio Vierros <tap...@gm...> Date: Sun Nov 7 22:04:25 2010 +0200 Dance arrow animations are now handled by a shader. --- game/dancegraph.cc | 145 ++++++++++++++------------------- game/dancegraph.hh | 8 +- game/glshader.cc | 2 + themes/default/shaders/core.vert | 2 +- themes/default/shaders/dancenote.frag | 42 ++++++++++ themes/default/shaders/dancenote.vert | 54 ++++++++++++ themes/default/shaders/intro.vert | 2 +- 7 files changed, 167 insertions(+), 88 deletions(-) |