⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 move.h

📁 在IPHONE使用OPGL ES的小粒子
💻 H
字号:
/* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -