We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
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…
»
Mārtiņš Možeiko
No. Its not the same variable. Compiler is complaining that there are two variables with same na…
»
Mārtiņš Možeiko
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. :-(
»
Simon Anciaux
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…
»
Mārtiņš Možeiko
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…
»
Allen Webster
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…
»
Mārtiņš Možeiko
Following series initially won't require any special things from your laptop. A bit later you'll p…
»
ratchetfreak
No but if x0 y0 and z0 are known it's better to simplify the equation and get rid of useless data…
»
Simon Anciaux
One requirement is to have a graphics card that supports OpenGL 3.3 or higher (not required before…
»
Simon Anciaux
Thanks for the clarifications. But why do we say that the definition is ax + by + cz + d = 0 with …
»
vassvik
You've got this the wrong way around. (x,y,z) is the (test) point on the plane, and (x0, y0, z0) …
»
Simon Anciaux
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…
»
ratchetfreak
I was using a program () where you write the program in java and then it is translated to javascr…
»
Oliver Marsh
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…
»
Mārtiņš Možeiko
Sure, now you need only one. That is fine. Then use one. But if you look think about it - there's …
»
Mārtiņš Možeiko
Hmm.. I don't see any Java applets on that page. Just plain JavaScript code.
»
David Owens II
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…
»