Skip to content

A collision simulation using octrees for many objects within a scene

Notifications You must be signed in to change notification settings

JimGomez48/collision_sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collision Detection Using Octrees
CS 274
Professor Terzopoulos
Spring 2014
James Gomez, Utkarsh Jaiswal, Justin Bass


This simulation demonstrates the use of different collision detection
techniques for efficiently animating many objects in a scene


PREREQUISITES
=============
On a vanilla Ubuntu 12.04 install, running the demo will require the following -

sudo apt-get install python-pip
sudo pip install pyopengl
sudo apt-get install freeglut3 freeglut3-dev python-pyglet python-dev
sudo pip install numpy


RUN INSTRUCTIONS
================
usage: python main.py [-h] [-s SIM_TIME] [-o OCTREE_LEVELS] <scene_id> <num_objects>

About

A collision simulation using octrees for many objects within a scene

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •