motionblur.h

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

H
34
字号
/******************************************************************************

  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.
  
        
******************************************************************************/

#define CV_CONSTANTS             0
#define CV_OBJECT_EXTEND         1

#define CV_PREV_COLOR            2
#define CV_CURR_COLOR            3

#define CV_PROJ_TXF_0            4
#define CV_PROJ_TXF_1            5
#define CV_PROJ_TXF_2            6
#define CV_PROJ_TXF_3            7

#define CV_PREV_WORLDVIEW_TXF_0  8
#define CV_PREV_WORLDVIEW_TXF_1  9
#define CV_PREV_WORLDVIEW_TXF_2 10

#define CV_CURR_WORLDVIEW_TXF_0 11
#define CV_CURR_WORLDVIEW_TXF_1 12
#define CV_CURR_WORLDVIEW_TXF_2 13

#define CV_CURR_WORLDVIEW_IT_0  14
#define CV_CURR_WORLDVIEW_IT_1  15
#define CV_CURR_WORLDVIEW_IT_2  16

⌨️ 快捷键说明

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