 |
|
| Computers Forum Index » Computer - Graphics - API (Opengl) » color buffer of opengl... |
|
Page 1 of 1 |
|
| Author |
Message |
| aldrich... |
Posted: Sun Oct 11, 2009 5:58 am |
|
|
|
Guest
|
quote:"implementation that supports stereoscopic viewing has left and
right color buffers for the left and right sereo images."
"double-buffered systems have front and back buffers". does these two
sentence means that the four buffers are: front buffer, back buffer,
left buffer, right buffer? what about the front-left, front-right,
back-left, back-right mean? can someone give me a more detailed
explain on color buffer of opengl, thanks very much! |
|
|
| Back to top |
|
|
|
| fungus... |
Posted: Sun Oct 11, 2009 12:47 pm |
|
|
|
Guest
|
On Oct 11, 7:58燼m, aldrich <hps... at (no spam) gmail.com> wrote:
Quote: quote:"implementation that supports stereoscopic viewing has left and
right color buffers for the left and right sereo images."
"double-buffered systems have front and back buffers". does these two
sentence means that the four buffers are: front buffer, back buffer,
left buffer, right buffer?
The left and right buffers both have front/back. You
can do SwapBuffers on left and right independently.
--
<\___/>
/ O O \
\_____/ FTB. |
|
|
| Back to top |
|
|
|
| aldrich... |
Posted: Sun Oct 11, 2009 1:48 pm |
|
|
|
Guest
|
On Oct 11, 8:47爌m, fungus <openglMYSO... at (no spam) artlum.com> wrote:
Quote: On Oct 11, 7:58燼m, aldrich <hps... at (no spam) gmail.com> wrote:
quote:"implementation that supports stereoscopic viewing has left and
right color buffers for the left and right sereo images."
"double-buffered systems have front and back buffers". does these two
sentence means that the four buffers are: front buffer, back buffer,
left buffer, right buffer?
The left and right buffers both have front/back. You
can do SwapBuffers on left and right independently.
--
\___/
/ O O \
\_____/ 燜TB.
while, is the two front buffers or the two back buffers independent?
and while opengl arrange its buffer so? |
|
|
| Back to top |
|
|
|
| jbwest... |
Posted: Sun Oct 11, 2009 7:20 pm |
|
|
|
Guest
|
"aldrich" <hpsoar at (no spam) gmail.com> wrote in message
news:f2759644-7c61-416f-9ebb-06dcd7cdc381 at (no spam) 12g2000pri.googlegroups.com...
On Oct 11, 8:47 pm, fungus <openglMYSO... at (no spam) artlum.com> wrote:
Quote: On Oct 11, 7:58 am, aldrich <hps... at (no spam) gmail.com> wrote:
quote:"implementation that supports stereoscopic viewing has left and
right color buffers for the left and right sereo images."
"double-buffered systems have front and back buffers". does these two
sentence means that the four buffers are: front buffer, back buffer,
left buffer, right buffer?
The left and right buffers both have front/back. You
can do SwapBuffers on left and right independently.
--
\___/
/ O O \
\_____/ FTB.
...while, is the two front buffers or the two back buffers independent?
...and while opengl arrange its buffer so?
Yes, all four are independent buffers. I don't understand your second
question.
jbw |
|
|
| Back to top |
|
|
|
| aldrich... |
Posted: Wed Oct 14, 2009 1:06 am |
|
|
|
Guest
|
On 10月11日, 下午11时20分, "jbwest" <jbw... at (no spam) acm.org> wrote:
Quote: "aldrich" <hps... at (no spam) gmail.com> wrote in message
news:f2759644-7c61-416f-9ebb-06dcd7cdc381 at (no spam) 12g2000pri.googlegroups.com...
On Oct 11, 8:47 pm, fungus <openglMYSO... at (no spam) artlum.com> wrote:
On Oct 11, 7:58 am, aldrich <hps... at (no spam) gmail.com> wrote:
quote:"implementation that supports stereoscopic viewing has left and
right color buffers for the left and right sereo images."
"double-buffered systems have front and back buffers". does these two
sentence means that the four buffers are: front buffer, back buffer,
left buffer, right buffer?
The left and right buffers both have front/back. You
can do SwapBuffers on left and right independently.
--
\___/
/ O O \
\_____/ FTB.
..while, is the two front buffers or the two back buffers independent?
..and while opengl arrange its buffer so?
Yes, all four are independent buffers. I don't understand your second
question.
jbw
thank you, I think I have got some clue. |
|
|
| Back to top |
|
|
|
|
|
All times are GMT
The time now is Tue Dec 08, 2009 3:27 am
|
|