The current GillBufferService is basically a repository for WebGLBuffers that Gill components grab as necessary. The service should be redesigned and rewritten to better encapsulate all buffer activities - in particular encapsulating writes so GillRenderer does not need to manually handle that.
The current
GillBufferService
is basically a repository forWebGLBuffer
s that Gill components grab as necessary. The service should be redesigned and rewritten to better encapsulate all buffer activities - in particular encapsulating writes soGillRenderer
does not need to manually handle that.