openglcpp icon indicating copy to clipboard operation
openglcpp copied to clipboard

Collection of C++ OpenGL samples and demos

Results 3 openglcpp issues
Sort by recently updated
recently updated
newest added

This is a great example for Windows... Do you have one that builds on Linux (Ubuntu) (using ANGLE for OpenGL ES + EGL support)? thank you for any leads

I found issue: G**F**LW May be: G**L**FW?

1) glm::mat4 default constructor behaviour was changed from identity matrix to undefined data. I updated the code to now use mat(float) ctor to create the identity matrices. 3) Well... a...