khofez —
Hey, I would like to know if there is any books or tutorials thats shows specifically the part of …
Rafael —
oh...I guess I worded that bad, but I still had gotten it incorrectly anyway, thanks for clarifyin…
No. Its not the same variable. Compiler is complaining that there are two variables with same na…
I did a little debugging and disassembling of Nvidia OpenGL driver (user-space part of it) to look…
Rafael —
Hello! I'ts me again :shy: I've upgraded my patreon pledge to be a super~ and while i was trying t…
Mór —
Things like, "pull out the block of code into a function", "group these variables into a struct",…
Shazan —
My laptop only supports up to opengl 3.1 so that means I won't be able to play handmade hero. :-(
Thanks, that make some sense.
Rafael —
yes exactly as you understood, sorry if my explanation was bad, i couldn't really find words to de…
Probably GHz (single core performance) is more important, because from time to time he does run so…
mmbb —
A bit later you'll probably want better CPU and 4 cores at least. Otherwise it will a bit painful…
First I'll tell you what I think you're saying you want, to make sure we're on the same page. It s…
Rafael —
Hello! i've recently started using 4coder for programming (i'm not that good either, just starting…
Following series initially won't require any special things from your laptop. A bit later you'll p…
No but if x0 y0 and z0 are known it's better to simplify the equation and get rid of useless data…
One requirement is to have a graphics card that supports OpenGL 3.3 or higher (not required before…
Thanks for the clarifications. But why do we say that the definition is ax + by + cz + d = 0 with …
You've got this the wrong way around. (x,y,z) is the (test) point on the plane, and (x0, y0, z0) …
I have a question about the notation of the plane equation (seen in day 402): a, b, c are the comp…
Nick —
Bumping this ancient thread with an interesting presentation that mirrors a lot of what Mike Acton…
mmbb —
Looked around a bunch and couldn't find any information on what sort of system is necessary to cod…
khofez —
Thanks guys for all the responses, now this is more clear to me. Oh and also I'm the only one usin…
I was using a program () where you write the program in java and then it is translated to javascr…
Hi Martins, I was using a program () where you write the program in java and then it is translated…
Nick —
I would encourage you to keep going with your current approach. You currently have a global Render…
Sure, now you need only one. That is fine. Then use one. But if you look think about it - there's …
Hmm.. I don't see any Java applets on that page. Just plain JavaScript code.
This comes down to a design question: is there are reason to your API design to only use that sin…
khofez —
Also thank you for your clear response, I mean, i'm sorry if I cant reference to another website h…
khofez —
well i actually want just one pointer for this type of struct, like the Renderer of my engine, i j…