pixelconstants.h

来自「游戏编程精华02-含有几十个游戏编程例子」· C头文件 代码 · 共 27 行

H
27
字号
/*********************************************************************NVMH2****
Path:  C:\Dev\devrel\Nv_sdk_4\Dx8\NVEffectsBrowser\Effects\BlinnBumpDynamicMap
File:  PixelConstants.h

Copyright (C) 1999, 2000 NVIDIA Corporation
This file is provided without support, instruction, or implied warranty of any
kind.  NVIDIA makes no guarantee of its fitness for a particular purpose and is
not liable under any circumstances for any damages or loss whatsoever arising
from the use or inability to use this file or items derived from it.

Comments:


******************************************************************************/


#define PCN_MULTFACTOR_1		 0
#define PCN_MULTFACTOR_2         1
#define PCN_EQ_REST_FAC          2
#define PCN_POS_DAMPING          3

#define PCN_ADDHALF              4

#define PCN_RED_MASK             5
#define PCN_GREEN_MASK           6

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?