Previous Thread  Next Thread

chat icon Chance open gl version up to 2.0?

jd-multi

Posted: Thu Mar 13, 2003 11:32 pm
Joined: 13 Mar 2003
Posts: 122
Someone told me there's a new version of open gl called 2.0. This will increase the speed of the game engine I think. Are they planning to update the open gl for blender.? Very Happy
Reply with quote


LethalSideParting

Posted: Fri Mar 21, 2003 11:25 am
Joined: 20 Oct 2002
Posts: 83
Well, someone had to answer Very Happy

Yes, as I understand it, there are plans in the works to implement OpenGL 2.0 into the Blender graphics pipeline. There's just one teensy-weensy little problem - OpenGL 2 hasn't been released yet Embarassed Confused

A quick llook at OpenGL.org shows that OpenGL is still on version 1.4. There have been a lot of industry rumblings and whispers about OpenGL 2.0 (you can even download a few specification papers if you want to!), but there's nothing substantive yet, unfortunately.

GL2 will give Blender one hell of a speed increase, and will also allow for more details in the preview windows, so you'll have a better idea of what textures and lighting will look like in your final scene before you render it. But until the OpenGL review board gets a move on and releases something substantive, I'm afraid we're all just gonna have to sit on our hands and wait Crying or Very sad

Hope this helped.

LethalSideParting
Reply with quote


Pjotr

Posted: Fri Mar 21, 2003 3:36 pm
Joined: 02 Nov 2002
Posts: 8
Yeah opengl 2 isn't out yet. And i dunno when. But i don't think it will give a big boost to blender. But it could make the code even more easier.
And about better preview i think it can be done with pixel shaders already. It's just messy now with different videocard that support different shader languanges Sad
Reply with quote


z3r0_d

Posted: Sun Mar 23, 2003 8:04 am
Joined: 16 Oct 2002
Posts: 1520
opengl 2 will allow more detail in windows, but what cost will it come at

honestly opengl hasn't progressed as much because of poor support, and the number (and differences of) the platforms it runs on. It would not surprize me if only top-of-the-line video cards support opengl2, and the gl2 interface chooses to do all rendering in software rather than offload any work to the hardware on other (not top-of-the-line) cards.

so, opengl2.0 has the POTENTIAL to signifiantly improve blender's editing features (the render possibly could be ported to it, but I see no reason to do so considering that different hardware easily could produce a different render), but I doubt it will. Or if it does it will not be very soon (next windows release)

It is currently possible to simulate a lot of what is done by the renderer in a shaded preview, but opengl2 will make that easier. Things like real-time bumpmapping, lighting, and full material rendered per pixel in the shaded preview, and rendered in a reasonable amount of time are possible, but I doubt it will be seen soon.

(besides, many of the things that blender does doesn't port well to gl, such as the bumpmapping by image stuff, the bumpmap is more of a heightmap, when bumpmapping in realtime is done with a normal map)

the game engine could use some graphical improvements, but none of the ones I know of will be benefited by opengl2. (alpha face sorting, some alpha test functionality (possibly with a color-key generated alpha channel), more efficent (and abstract) particles ...)

it could help, but I doubt it will soon

then again I am a pessimist that likes finding myself wrong
Reply with quote


 
Jump to:  
Powered by phpBB © 2001, 2005 phpBB Group