So this was a question on my Computer Graphics final to which I still don't know an answer.
What is a scene-graph? How is it best used when rasterising or ray-tracing an image respectively?
A scene-graph is a way to manage hierarchical transformations. However I do not know whether it makes a difference if you generate an image by rasterizing or by ray-tracing it.
Hoping somebody can enlighten me.