Commit Graph

6 Commits

Author SHA1 Message Date
ohsqueezy ba8f4753bf throw exception if VBO is not bound when allocate is called, reset VBO offset on ID generation 2023-07-14 00:30:30 -04:00
ohsqueezy b9dd2836f2 add documentation to VBO header file 2023-07-13 21:51:07 -04:00
ohsqueezy 89fbe359f6 Add exception handling to Attributes::bind, add default constructor to Model 2023-07-13 21:38:53 -04:00
ohsqueezy 2f7a4cb602 - attributes objects track their offset in the VBO
- call to glVertexAttribPointer moved from VBO class to Attributes class
- added a public domain function for computing bezier points
2023-06-02 14:54:06 -04:00
frank 70bc054c7f updated documentation of attribute index 2021-10-26 14:05:43 -04:00
frank 3212dc15cf vbo, vao, and buffer classes 2021-10-18 17:33:33 -04:00