our_light.c
来自「mtk 3d 菜单演示,可以用于mt6225/mt6226等以上平台.」· C语言 代码 · 共 32 行
C
32 行
/**************************************************************************
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
***************************************************************************/
#ifdef OUR_MAIN_C
#ifndef OUR_LIGHT_C
#define OUR_LIGHT_C
#include "our_math.h"
#include "our_3d.h"
#include "our_light.h"
void OUR_light_t()
{
}
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?