mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-05 15:05:13 +00:00
major song title animation work
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@539 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -1254,9 +1254,9 @@ void Renderer::draw_title_to_screen(bool flip) {
|
||||
|
||||
glEnable( GL_CULL_FACE);
|
||||
glFrontFace( GL_CCW);
|
||||
// glEnable( GL_DEPTH_TEST);
|
||||
glEnable( GL_DEPTH_TEST);
|
||||
|
||||
//glClear( GL_DEPTH_BUFFER_BIT);
|
||||
glClear( GL_DEPTH_BUFFER_BIT);
|
||||
|
||||
|
||||
int draw;
|
||||
@ -1316,7 +1316,7 @@ void Renderer::draw_title_to_screen(bool flip) {
|
||||
glMatrixMode(GL_MODELVIEW);
|
||||
|
||||
glDisable( GL_CULL_FACE);
|
||||
//glDisable( GL_DEPTH_TEST);
|
||||
glDisable( GL_DEPTH_TEST);
|
||||
|
||||
glDisable(GL_COLOR_MATERIAL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user