move.h

来自「在IPHONE使用OPGL ES的小粒子」· C头文件 代码 · 共 21 行

H
21
字号
/* StonerView: An eccentric visual toy.	Copyright 1998 by Andrew Plotkin (erkyrath@netcom.com)	http://www.edoc.com/zarf/stonerview.html	This program is distributed under the GPL.	See main.c, the Copying document, or the above URL for details.*/struct elem_t {	float pos[3];	float vervec[2];	float col[3];};extern elem_t* elist;extern int elistElts;bool init_move(int numElts);void move_increment();

⌨️ 快捷键说明

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