Skip to content
This repository has been archived by the owner on Dec 16, 2018. It is now read-only.

lucaspar/CG-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Graphics CSE40166 webGL project

What is it about?

In this project, the goal is to build a 3­dimensional demonstration that contains a controllable 3D vehicle over an uneven terrain with obstacles. Collisions will be detected and proper physics applied.

Credits

Contributors: - Artur Pimentel - Lucas Parzianello

Codes used include the following: - Three.js by mrdoob - Physijs by chandlerprall (physics plugin for Three.js)