<0> can ya tell me how to get.... how to get to sessamie street ? <0> how to get to sessamie street.... <1> sesame street son <0> sunny day, things r just a-ok.... <0> something something to soemthing a- b - c , can you tell me how to get..... <0> its hard for me to know if I even ever knew all the words to that fricken song
<2> to sesame street? <0> kinda <0> where is Brink ? <0> he used to maintain the for this channel ? <0> the FAQ <0> http://www.geocities.com/SiliconValley/Park/5625/opengl/ <0> or f00Dave <3> I didn't even know that Brink, I remember f00Dave though <0> Render all your opaque polygons first. Afterwards, call: <0> glDepthMask(GL_FALSE); <0> http://www.flipcode.com/documents/bsp_faq.txt <4> how can I convert a point from world space to view space, given the camera position, lookat point and up vector? <0> hmmm <0> FOXX I think the frustum matrix does that for you <0> im not sure but the modelview matrix might be the frustum matrix <5> FOXX2 - create the appropriate transform from your lookat and up vectors (and position), and multiply the vertex by said matrix <6> Have you guys ever looked up zero point energy on google video? <6> there's some really interesting stuff out there <6> I just watched this video: http://video.google.com/videoplay?docid=-8943205214784769158 <6> and there's other really interesting resources as well <0> magnets are conductors of ZPE <0> I did a bunch of reading back in the day and ended up empty handed.... they say it does exist but I don't know much else about it
<7> http://en.wikipedia.org/wiki/Zero_point <8> omg <8> i fixed it <0> http://www.alsprogrammingresource.com/basic_ode.html <9> Unit41: i think that 'al' person needs two separate blogs for his two lines of interest <8> heh <8> openglandconspiracymegasite.com/lol <9> basically yeah. Not even *new* conspiracy stuff either. <0> I just grabbed it for the ODE stuff. <0> its hard to find tutorials on using ODE <9> i still didn't bookmark it ;) <0> http://www.codesampler.com/phpBB2/viewtopic.php?p=2075&sid=bb9fd20acc5ba1d4739136500de00f8b <0> grade A easy to follow 3d model loader for yall <0> that was hard to find btw <0> http://www.morrowland.com/apron/article/general/autodesk_3ds/index.php <0> http://www.humus.ca/ <9> what format 3d model? <0> 3ds <0> only part im not understanding is the while (ftell(file) < filelength (fileno (file))) <0> filelength is not specified anywhere in that code <0> filelength = sizeof(file); ? <0> hell! if I try to declare the filelength like int filelength it says it can not be used as a function <9> i don't like .3ds, it's a bit obtuse. I wrote an alias .obj loader a long time ago for my own testing purposes :) <4> I want teh OBJ loader!