?? our_light.h
字號:
/**************************************************************************
Copyright (C) jianbo miao Corporation. All Rights Released.
this is a 3d engin named our_3d_engin.
our_3d_engin feature:
1:there is no float.
2:it do the 3d things all by softwear.
3:base on 1 and 2 , it can execution on arm which have no 3d hardwear accelerate.
if you have any suggestion or question,pls contact with me
mail:miaojb@126.com
msn:miaojianbo@hotmail.com
qq:30209027
2008/01/01
***************************************************************************/
#ifndef MY_light
#define MY_light
//================================================================================================
//================================================================================================
#include "our_cpu.h"
/*typedef struct OUR_3D_LIT
{
uint32 state_attr; // state information
FIX_POINT3D pos_dir; //dir for
CLR clor;
//uint32 max_radius; //for point light,maybe not use in this vis
} *OUR_3D_LIT_PTR;
*/
//================================================================================================
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -