← Back to team overview

yade-dev team mailing list archive

making gldraw virtual functions instead of stadalone functors

 

Hi, I have a suggestion to move all GLDraw* things to something like
virtual void Class::render(). It makes no sense to have it separate,
since every class has only one renderer anyway. It should make the
codebase a lot more compact and readable. I will need some help with
that, though. Opinions? v