# Animation_and_Simulation **Repository Path**: MickeyMiao/Animation_and_Simulation ## Basic Information - **Project Name**: Animation_and_Simulation - **Description**: University of Leeds Animation Simulation Course Assignments - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-16 - **Last Updated**: 2024-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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`。