https://github.com/wangsimiao2000/animation_and_simulation
University of Leeds Animation Simulation Course Assignments
https://github.com/wangsimiao2000/animation_and_simulation
animation animation-blending collision-response simulation
Last synced: about 1 year ago
JSON representation
University of Leeds Animation Simulation Course Assignments
- Host: GitHub
- URL: https://github.com/wangsimiao2000/animation_and_simulation
- Owner: WangSimiao2000
- Created: 2024-03-11T02:27:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T15:21:35.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T08:18:51.846Z (over 1 year ago)
- Topics: animation, animation-blending, collision-response, simulation
- Language: C++
- Homepage:
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
1. Enter the command `./A1_handout`.
如果需要重新编译
1. 输入命令 `qmake -project QT+=opengl LIBS+=-lGLU`。
2. 输入命令 `qmake`。
3. 输入命令 `make`。
4. 输入命令 `./A1_handout` 以执行程序。
如果你想直接执行程序
1. 输入命令 `./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
1. Enter the command `./A2_handout`.
如果需要重新编译
1. 输入命令 `qmake -project QT+=opengl LIBS+=-lGLU`。
2. 输入命令 `qmake`。
3. 输入命令 `make`。
4. 输入命令 `./A2_handout` 以执行程序。
如果你想直接执行程序
1. 输入命令 `./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
1. Enter the command `./A3_handout`.
如果需要重新编译
1. 输入命令 `make clean`。
2. 输入命令 `make`。
3. 输入命令 `./A3_handout` 以执行程序。
如果你想直接执行程序
1. 输入命令 `./A3_handout`。