I'm making a small #cpp project from scratch with #opengl and can't decide this architectural detail: should I have a separate renderer class or put the rendering code inside the mesh class?

#gamedev #gameprogramming

Comments