SLIDE 1
1
COMP37111 Coursework 2011/12 www.cs.manchester.ac.uk/ugt/COMP37111
Landscape and natural form modelling
Duration: 10 hours ¡ ¡ Your ¡task ¡is ¡to ¡create ¡and ¡render ¡a ¡landscape. ¡You ¡will ¡use ¡a ¡fractal ¡method ¡to ¡ generate ¡the ¡terrain, ¡and ¡then ¡visualise ¡it ¡using ¡suitable ¡rendering ¡techniques. ¡ You ¡will ¡add ¡trees ¡to ¡the ¡terrain, ¡modelled ¡using ¡a ¡simple ¡recursive ¡technique, ¡ and ¡render ¡the ¡trees ¡appropriately. ¡You ¡will ¡view ¡the ¡landscape ¡by ¡flying ¡around ¡
- it. ¡You ¡will ¡document ¡your ¡work ¡by ¡writing ¡a ¡report, ¡as ¡a ¡webpage. ¡The ¡image ¡
above ¡is ¡from ¡the ¡reference ¡solution ¡of ¡the ¡lab, ¡and ¡is ¡meant ¡as ¡an ¡illustration ¡
- nly ¡– ¡your ¡solution ¡might ¡look ¡quite ¡different. ¡
¡ You ¡will ¡be ¡building ¡on ¡your ¡knowledge ¡of ¡OpenGL ¡from ¡COMP27112. ¡This ¡time, ¡ however, ¡ the ¡ lab ¡ is ¡ much ¡ more ¡ open-‑ended, ¡ and ¡ as ¡ long ¡ as ¡ you ¡ satisfy ¡ the ¡ deliverables, ¡you ¡can ¡take ¡the ¡work ¡in ¡whatever ¡direction ¡interests ¡you, ¡and ¡in ¡ your ¡own ¡style. ¡ ¡
- 1. Learning outcomes
This ¡lab ¡exercise ¡aims ¡to: ¡
- Support ¡the ¡taught ¡course ¡material, ¡in ¡particular ¡the ¡topics ¡of ¡procedural ¡
modelling ¡and ¡real-‑time ¡rendering. ¡
- Expand ¡ your ¡ experience ¡ of ¡ applying ¡ computer ¡ graphics ¡ to ¡ a ¡ specific ¡
- problem. ¡
- Expose ¡issues ¡of ¡making ¡graphical ¡systems ¡perform ¡reliably ¡in ¡real-‑time. ¡
- Develop ¡your ¡graphics ¡programming ¡skills. ¡
- Provide ¡insights ¡into ¡research ¡approaches ¡to ¡solving ¡a ¡specific ¡problem. ¡