Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 657 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 657 Bytes

Magical Popcorn

Computer Animation (INF585) project at L'X under the supervision of Professor Damien Rohmer

  • Smaller balls with popcorn texture
  • A more realistic table
  • Cups on table
  • Popcorn coming from pan
  • Adding fluids (SPH) for cups
  • Adding fire/smoke
  • Popcorn texture

Setup

  • Clone the repo and add the VCL library in the same directory of the Github cloned folder.

  • Make sure cmake is installed and run the following commands on your terminal

cd Magical-popcorn-scene/

mkdir build

cd build/

cmake . ./

make

cd . .

./build/magical_popcorn