grasshopperTrainer / CADengine

Engine for CADing application.
1 stars 1 forks source link

consider contextwise decorator #43

Closed grasshopperTrainer closed 3 years ago

grasshopperTrainer commented 3 years ago

Not only OpenGL objects are (ogl)context-wise. Other objects can be better in context wise understanding, like vertex array object manager. In this sense, or in common OOP sense, refactoring OpenglEntityTemplate's context wise functionality into seperate decorator-descriptor object, if possible.

grasshopperTrainer commented 3 years ago

implemented and deimplemented resolved