Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjajie committed Dec 10, 2018
1 parent 2025840 commit d987dc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,13 @@ Move and resize the fluid body chunk to create the fluid body and start simulati
Create blast in the fluid by click left button on mouse.
- Raycasting is used to find the intersection point, then a blast is created.

![](DemoImages/fluidfinal2.gif)
![](DemoImages/fluidfinal2CropedResized.gif)

Pause the simulation by pressing `Space`, then rescale the container by `J` `K` `L` `U` `I` `O`, press `B` to resume when you are ready.

- A new hash grid and a new solver object is reconstructed when you resume the simulation.

![](DemoImages/fluidfinal3.gif)
![](DemoImages/fluidfinal3ResizedCroped.gif)

## 5. More Possible Physical Object types
The project successfully demonstrated the flexibility of the GPU+PBD+Unity framework. Given this fact, more types of physical objects are achievable. For example, Rigid body can be easily simulated by a constraint that tries to maintain the body's original shape.
Expand Down

0 comments on commit d987dc6

Please sign in to comment.