Javier Gonzalez-Sanchez | SER431 | Fall 2018 | 10 jgs Moving the Camera as a First Person Walk § Look up and down § Rotate Left or Right § Move forward or Backward
Javier Gonzalez-Sanchez | SER431 | Fall 2018 | 12 jgs Rotate Left and Rotate Right § Move LEFT total_moving_angle += -0.01; rotate_point(-0.01); § Move RIGHT total_moving_angle += 0.01; rotate_point(0.01);
Javier Gonzalez-Sanchez | SER431 | Fall 2018 | 15 jgs Quiz 02 § // Lava / fire texture around the space to avoid get closed to the walls § // Terrain at the center. Add altitude to the pain with stone texture § // What about making a cube able to move (rotate or something). // But, the terrain will not be plain (it is a non-flat surface)
jgs SER431 Advanced Graphics Javier Gonzalez-Sanchez [email protected] Fall 2018 Disclaimer. These slides can only be used as study material for the class SER431 at ASU. They cannot be distributed or used for another purpose.