My supervisor asked me to create and demonstrate a simple scene graph using the notorious teapots. The simple scene graph I made uses a Scene Graph library I got from a tutorial I did on the Ziggyware website.
I create a parent node teapot, I then created a child node, grandchild node and great grandchild node. I attached each child to it's parent node. I made them revolve around the parent node in the centre of the scene, with each offspring getting smaller and further away from it's parent.
The parent node is then attached to the root of the scene, in this case (0,0,0). The center of the scene.
Creates the following scene graph
Root
/\---Parent
/\---Child
/\---Grandchild
/\---Great Grandchild
No comments:
Post a Comment