There are multiple problems with your code. First - you are mixing 4.5 style (ARB_direct_state_acc…
Henlo, I honestly still have no clue how to make it work, there is nothing too intuitive about it …
RemedyBG 0.3.9.5 is now available for download from itch.io with the following improvements and bu…
Yes. Posting an update now.
Any new releases planned? Thanks!
Ok got it, thanks! Do I always need to make points describe the triangle ABC, then pass texcoords …
How would code look like in that example?
You would bind buffers just before draw call. They would use format described by vertex attribs th…
The default direction set for glFrontFace is CCW. The advantage of back-face culling is performanc…
Hi Martins, thank you. "economical set of points". just using the bare minimum of points in the sp…
Hi Martins, thank you! I assume that something like using a stride of zero and pointer to nothing …
When draw call is issued GPU processes vertices independently with vertex shader. Each vertex is se…
It does not really matter much. Single VAO should work fine if you use it correctly. But what you …
Just an update here: I never got the GLM functions to work properly, meddled with it a bit but sin…
Let me call here a "mesh" a set of points, with a set of texture coordinates and indexes. Let's sa…
Basically I'm writing a little program making the platonic solids. I can reuse the shader for any …
Camera movement is basically the same stuff. It is the view matrix transform. But it needs to have…
For the GLM function you still need to do the transformation in the opposite order for the model (…
ok so finally this solved the problem, the order of the matrix multiplication for objects/models h…
BTW actually trying to answer your question: idk how any of this works, I'm using gut feeling, ant…
thtaq's kinda garbage I left there trying out things, actually I should pass the identity matrix t…
What exactly your transform() function is supposed to do? It creates translation matrix T, then mu…
So I got to the opengl point and then decided to get Anton's opengl tutorials. I get most of it an…
Recently C3 lost its $checks() function. It would take any sequence of declarations and expression…
Running RemedyBG with the arguments "-g" and "-q", and a exe file name will automatically start th…
But then, when I change some API, I need to change it for all affected projects, otherwise they do…
I started pulling the common code I use in my different projects, and it's slowly becoming my own …
I added an "Auto Load" option that will be available in the next release to allow toggling the beh…
The changes for 0.3.9.0 have "No longer automatically reload text file while in the middle of a de…
fwidth(pos) is fine, as long as pos is "varying" (in old GLSL terminology) - interpolated across t…