How to query palette matrix

hi all:
the value if modelview/projection/texture matrix can be query via OpenGL ES 1.1 API, but how to query pelette matrix?

I’ve never used matrix palettes myself, but the spec sais:

Should the matrix palette be gettable?

Yes, CurrentPaletteMatrixARB() and GetIntegerv(CURRENT_PALETTE_MATRIX_ARB, *data) define which matrix in the palette is returned by GetFloatv(MATRIX_PALETTE_ARB, *data).

http://www.opengl.org/registry/specs/AR … alette.txt

hi Nils:
thanks for your reply.

i have check the OpenGL ES 1.x extension and find :

“should the matrix palette be gettable?”

    "No."

it’ seems for OpenGL ES 1.x application program may not query palette matrix.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.