Skip to content

Latest commit

 

History

History
59 lines (47 loc) · 1.8 KB

README.md

File metadata and controls

59 lines (47 loc) · 1.8 KB

Animation and Simulation 动画模拟

A1. Flight Simulation & Particle Systems 飞行模拟&粒子系统

compile and run 编译运行

If you need to recompile

  1. Enter the command qmake -project QT+=opengl LIBS+=-lGLU.
  2. Enter the command qmake.
  3. Enter the command make.
  4. Enter the command ./A1_handout to execute the program. If you want to execute the program directly
  5. Enter the command ./A1_handout.

如果需要重新编译

  1. 输入命令 qmake -project QT+=opengl LIBS+=-lGLU
  2. 输入命令 qmake
  3. 输入命令 make
  4. 输入命令 ./A1_handout 以执行程序。 如果你想直接执行程序
  5. 输入命令 ./A1_handout

A2. Blending Animation Cycles 混合动画循环

compile and run 编译运行

If you need to recompile

  1. Enter the command qmake -project QT+=opengl LIBS+=-lGLU.
  2. Enter the command qmake.
  3. Enter the command make.
  4. Enter the command ./A2_handout to execute the program. If you want to execute the program directly
  5. Enter the command ./A2_handout.

如果需要重新编译

  1. 输入命令 qmake -project QT+=opengl LIBS+=-lGLU
  2. 输入命令 qmake
  3. 输入命令 make
  4. 输入命令 ./A2_handout 以执行程序。 如果你想直接执行程序
  5. 输入命令 ./A2_handout

A3. Collision Response 碰撞响应

compile and run 编译运行

If you need to recompile

  1. Enter the command make clean.
  2. Enter the command make.
  3. Enter the command ./A3_handout to execute the program. If you want to execute the program directly
  4. Enter the command ./A3_handout.

如果需要重新编译

  1. 输入命令 make clean
  2. 输入命令 make
  3. 输入命令 ./A3_handout 以执行程序。 如果你想直接执行程序
  4. 输入命令 ./A3_handout