Sprite now all 4 faces, though haven't make walking animation yet. Damn, adjusting them to the same size was difficult. Plus set up the main framework, a bother that I don't have my old codes.. So need to remember from scratch. Nice project directories and settings, plus release/debug versions. Killed PopCap after 1 hour because compiling takes too long, so start from scratch. Forgotten GL CULL FACE, typedef (i used #define).. framework now features statemanager with proper loop to the latest state, keyboard and special keys, a test render state with a movable square using up down left right and quit using escape. Nothing much. Damn I need my .png loader back.
Problem: Don't have my old codes.
Solution: Reference from lighthouse3D, reference from previous project
Problem: PopCap compiling takes too long on my laptop.
Solution: Killed it. Using GLUT now.
Problem: Forgotten GL CULL FACE
Solution: google. still doesn't work.
Problem: Set up proper statemanager. Need help.
Solution: Reference from previous project.
Problem: Sprites doesn't align
Solution: Redraw them.