You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Renderable class uses a minimalistic, renderer-agnostic model of something to be rendered. Currently, implementing subclasses that actually draw things requires manually setting VAOs and shaders, as well as setting uniforms and making draw calls. It would be better to abstract this away to remove the friction involved with creating a new kind of renderable object.
The text was updated successfully, but these errors were encountered:
The
Renderable
class uses a minimalistic, renderer-agnostic model of something to be rendered. Currently, implementing subclasses that actually draw things requires manually setting VAOs and shaders, as well as setting uniforms and making draw calls. It would be better to abstract this away to remove the friction involved with creating a new kind of renderable object.The text was updated successfully, but these errors were encountered: