Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature : added new PlanarControls #454

Merged
merged 5 commits into from
Aug 30, 2017

Commits on Aug 25, 2017

  1. Feature : added new PlanarControls

    PlanarControls offers ergonomic camera controls for the planar mode : drag, pan, orbit,
    zoom and animated expression to smoothly move and orient the camera.
    
    Modified planar example to use these controls
    Update contributors
    
    Modifications following peppsac review :
    -all external variables are now within the class, this allows to
    instanciate more than one controller.
    -clamp01 function removed, using THREE clamp instead.
    -various style modifications (separator removed, const array format...)
    EmmanuelSchmuck committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    91eafa1 View commit details
    Browse the repository at this point in the history
  2. planarcontrols modifications following peppsac review :

    update() uses mainloop's deltatime, no longer call camera.update()
    this.camera.position replaces this.position
    EmmanuelSchmuck committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    1a61694 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. Configuration menu
    Copy the full SHA
    d7ae5da View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. Configuration menu
    Copy the full SHA
    851c223 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2017

  1. Configuration menu
    Copy the full SHA
    957e365 View commit details
    Browse the repository at this point in the history