sm.h
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:0k
源码类别:

GIS编程

开发平台:

Visual C++

  1. void* new_smoke(float x, float y, float z, float dx, float dy, float dz,
  2. int elems, float intensity, unsigned texture);
  3. void delete_smoke(void *smoke);
  4. void draw_smoke(void *smoke);
  5. void update_smoke(void *smoke, float tick);