HP b2600 Reference Manual page 152

Opengl 1.1 reference
Hide thumbs Also See for b2600:
Table of Contents

Advertisement

F
glFeedbackBuffer
The following table gives the correspondence between type and the number of values per
vertex. k is 1 in color index mode and 4 in RGBA mode.
Table 6-1
Feedback vertex coordinates are in window coordinates, except w, which is in clip
coordinates. Feedback colors are lighted, if lighting is enabled. Feedback texture
coordinates are generated, if texture coordinate generation is enabled. They are always
transformed by the texture matrix.
Notes
glFeedbackBuffer, when used in a display list, is not compiled into the display list but is
executed immediately.
Errors
Associated Gets
glGet with argument GL_RENDER_MODE
See Also
glBegin,
glLineStipple,
glPassThrough,
glPolygonMode,
glRenderMode,
glSelectBuffer
152
type
GL_2D
GL_3D
GL_3D_COLOR
GL_3D_COLOR_TEXTURE
GL_4D_COLOR_TEXTURE
GL_INVALID_ENUM is generated if type is not an accepted value.
GL_INVALID_VALUE is generated if size is negative.
GL_INVALID_OPERATION is generated if glFeedbackBuffer is called while the
render mode is GL_FEEDBACK, or if glRenderMode is called with argument
GL_FEEDBACK before glFeedbackBuffer is called at least once.
GL_INVALID_OPERATION is generated if glFeedbackBuffer is executed between
the execution of glBegin and the corresponding execution of glEnd.
Coordinates
Color
x, y
x, y, z
x, y, z
k
x, y, z
k
x, y, z, w
k
Total number
Texture
of values
2
3
3+k
4
7+k
4
8+k
Chapter 6

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents