15:39
40%
Done
Tutorial 2
6. Lab Target: To be familiar with the Visual Studio C++ 2010 Tools (2) and to acquire basic graphics programming skills.
Tools Operation System: Windows
Programming Language: C++
6. Tasks (After finishing the following tasks, hand in Lab Reports, all source code, and snapshots of running results):
Graphics program with OpenGL should be implemented with VC++ 2010. The graphics should include 7 primitives:
- Points with a point size of 12 (1 mark)
- Lines / Line strip / Line loop with a LineWidth of 10 (2 marks)
- Filled triangles / Triangle strip / Triangle fan (1.5 marks)
- Wired triangles / Triangle strip / Triangle fan (1.5 marks)
- Filled quads / Quad strip (1.5 marks)
- Wired quads / Quad strip (1.5 marks)
- One of the 3D objects (1 mark)
All of the figures should be displayed on the window and be visible.