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

📄 fmotion.h

📁 实现烟雾模拟(smoke)的源代码
💻 H
字号:
#ifndef FMOTION_H
#define FMOTION_H
//#include "CPoint3D.h"

bool FMotionInit();
void FMotionQuit();
void FMotionAnimate(float dt);
//void GetFMotion(const SVector3D &p,SVector3D &v);
void FMotionWarp(SVector3D &p,float dt);
void FMotionWarp2(SVector3D &p,float dt);
void AffFMotion();
#endif

⌨️ 快捷键说明

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