All Questions
1 question
0
votes
0
answers
107
views
Using Composite and Visitor pattern to render a OpenGL scenegraph
I'm trying to implement a Open GL (4.6) setup with the Composite pattern (for a scene graph with Node, Cube and TransformNode classes) and the Visitor pattern (with a DrawVisitor to handle rendenring)....