Minor progress update

Published October 16, 2006
Advertisement
there haven't been many GDNet journal updates tonight

I figured I might as well point out that phantom (being awesome) has helped me with setting up an FBO option for those of you with nice video cards that like rendering to texture. In a word, FBO is fast. If you're using OpenGL, you must pick up and use FBO. There is no question -- the speed is so fantastic that it justifies any compatibility headache you may encounter with older (pre-Geforce4) videocards.

Still no hope on the crashy-shaders front; as far as I can tell it's dying in the OpenGL dynamic library somewhere just before making the jump to syscall land. SHilbert seems to believe it's a buggy OpenGL driver, and considering ATI's track record, that no longer seems all that rare to me.

So I'll keep going on, and hopefully this problem gets rectified in the OS X patch that's still waiting to be installed.

Still have lots of midterm-y stuff to settle up, but as soon as that's properly taken care of I should also have some really killer screenshots (and movies) of my user interface and early attempts at a camera system. Maybe even some light flying-about and shooting.
Previous Entry Stuff.
0 likes 3 comments

Comments

OrangyTang
I really should look into FBOs myself - I had a poke around them a while ago but it seemed that with all the different ways of doing things no-one had decided on what was the ideal/most optimal way of doing things, and getting it wrong could land you on a slow path. I assume thats all been sorted by now?

At the moment I'm doing RTT stuff directly to the framebuffer, and good old glCopyTexSubImage. It's probably quite a bit slower, but it does mean I don't have to worry about compatability at all.
October 18, 2006 08:33 AM
Ravuya
I have no idea if my method is "best" but it seems to work. I'll probably include it in the next rev of Propane Injector (next month) so feel free to swipe it then.
October 18, 2006 10:52 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement