利用者:Jwilkins/GSoC2012/Blender OpenGL Usage Policy

提供: wiki
< 利用者:Jwilkins
2012年5月29日 (火) 17:28時点におけるwiki>Jwilkinsによる版 (Created page with "= Blender OpenGL Usage Policy = == Implemented == === PixelStore === Assume that the PixelStore state contains default values. Set any values that need to be different. Re...")
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Blender OpenGL Usage Policy

Implemented

PixelStore

Assume that the PixelStore state contains default values. Set any values that need to be different. Restore the default state when done.

ClientActiveTexture

Assume that ClientActiveTexture is TEXTURE0. Set to other values as needed. Restore to TEXTURE0 when done.


Planned

TexEnv

Assume that the TexEnv state contains default values. Set any values that need to be different. Restore the default state when done.

MatrixMode

Assume that MatrixMode is MODELVIEW_MATRIX. Set to other values as needed. Restore to MODELVIEW_MATRIX when done.