Commit Graph

18 Commits

Author SHA1 Message Date
ohsqueezy 67fa7e61c3 docstring example for outputting attributes to stream 2023-07-27 23:21:14 -04:00
ohsqueezy 67c3e193f4 add more info to message when exeception is raised while enabling model attributes 2023-07-23 20:01:45 -04:00
ohsqueezy f9d171626f added more conversion rules for JSON array to GLM vertex, truncate attribute string representation, post reconfig event on configuration reload, added font load function, added exception handling to functions that bind textures 2023-07-23 17:11:41 -04:00
ohsqueezy cd66f70d0c attribute index exception, overload attributes bind, model add and bind methods 2023-07-18 23:23:29 -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 824efcc71f add external resources; add alpha to plane colors 2023-06-03 01:07:18 -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 f47c080d72 box demo android support, android file to string for reading files inside APK 2022-11-08 17:17:20 -05:00
frank dd736f341f started utilities file 2021-11-01 17:33:27 -04:00
frank 2c0517b9e2 change uint to int for attributes bind index 2021-10-29 22:09:01 -04:00
frank 950a95502b attributes print format 2021-10-29 01:07:48 -04:00
frank 70bc054c7f updated documentation of attribute index 2021-10-26 14:05:43 -04:00
frank 9e5ecc3ace bind and enable/disable attributes 2021-10-26 12:48:02 -04:00
frank 3e5e0fcbb8 pass attributes as int 2021-10-17 03:26:15 -04:00
frank 3baaa7624e add dimensions and type functions to attributes class 2021-10-14 02:55:17 -04:00
frank 64f6b765a7 add index to attributes class 2021-10-14 00:31:35 -04:00
frank 1690bb5f19 attributes object for holding generic gl vertices 2021-10-13 00:34:11 -04:00