Skip to content

Educative tool to explain how 3d by tracking the observer works.

Notifications You must be signed in to change notification settings

simleb/demofrustum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Frustum

Demo Frustum is an educative tool to explain how 3d by tracking the observer works.

I started this mini project while doing slides when I realized how difficult it was to draw a correct-looking frustum…

Build and Run

The build system is using Cmake.

To build:

> mkdir build && cd build
> cmake ..
> make

Feel free to try other CMake generators as well...

To run:

  • On linux:

      > ./demofrustum
    
  • On OS X:

      > open Demo\ Frustum.app
    

    or simply double-click on the Demo Frustum application.

Credits

Texture of the cube: picture by Patrick Hoesly, freely available on flickr under a CC BY 2.0 license.

License

Copyright (c) 2011 Simon Leblanc, for the Couzin Lab @ Princeton University

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Educative tool to explain how 3d by tracking the observer works.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages