CO3355 Advanced Graphics and Animation
Referencing Styles : Not Selected | Pages : 12 Coursework assignment 1Very often in computer graphics we need to represent composite objects or objectcollections that base their behaviour on relationships between their parts. In orderto do so, we usually model these objects as hierarchies. Processing facilitates suchmodelling by providing a stack of transform matrices that are controlled with thepushMatrix and popMatrix commands.Familiarise yourself with hierarchical modelling and the matrix stack using Chapter4 of the subject guide, suggest …