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

WIP: Volume rendering & camera changes #612

Merged
merged 27 commits into from Mar 25, 2015
Merged

Commits on Mar 10, 2015

  1. Copy the full SHA
    c28edb1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    94b4c2f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8efc23d View commit details
    Browse the repository at this point in the history
  4. wip on camera examples

    also fix that test_volume needs pyopengl
    almarklein committed Mar 10, 2015
    Copy the full SHA
    597698a View commit details
    Browse the repository at this point in the history
  5. reviewer comments

    almarklein committed Mar 10, 2015
    Copy the full SHA
    2063594 View commit details
    Browse the repository at this point in the history
  6. Improvements to cameras

    - scale_factor is not its reciprocal. Instead of a weird tiny
      value, it now directly maps to scene units
    - aspect ratio!
    almarklein committed Mar 10, 2015
    Copy the full SHA
    0f908ee View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    776e6e0 View commit details
    Browse the repository at this point in the history
  8. Revamp cameras + a few fixes

    - fov is property of the BaseCamera
    - reset() -> set_range()
    - camera has get_state() and set_state() methods
    - camera has link() method to link cameras in different scenes
    - camera is now associated with 0 or 1 viewboxes, not more.
    - grid.py fixed
    almarklein committed Mar 10, 2015
    Copy the full SHA
    22e3578 View commit details
    Browse the repository at this point in the history
  9. add todo :(

    almarklein committed Mar 10, 2015
    Copy the full SHA
    47a77ee View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    7edad8b View commit details
    Browse the repository at this point in the history
  11. Node.parent and Node.children are stored as lists (not set)

    I was seeing inconsistent behavior in some visualizatons and its
    terribly annoyoing to try and track down a bug when its not
    reproducible.
    almarklein committed Mar 10, 2015
    Copy the full SHA
    490eedc View commit details
    Browse the repository at this point in the history
  12. small fixes

    almarklein committed Mar 10, 2015
    Copy the full SHA
    27c75a7 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    ae29086 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    5c3b3b9 View commit details
    Browse the repository at this point in the history
  15. Address reviewer comments:

    * aspect_ratio -> scale_ratio
    * aspect_fixed -> fixed_ratio
    * set_range() can be called before association with a viewbox
    * set_range queries scene bounds more efficiently
    * Line visual handles bounds better
    * And some small details ...
    almarklein committed Mar 10, 2015
    Copy the full SHA
    d357d12 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    38a4035 View commit details
    Browse the repository at this point in the history
  17. style [size skip]

    almarklein committed Mar 10, 2015
    Copy the full SHA
    5cfdafc View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    1174418 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    aa1bbca View commit details
    Browse the repository at this point in the history
  20. address reviewer comments

    almarklein committed Mar 10, 2015
    Copy the full SHA
    fde101f View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    196129c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2015

  1. camera cleanup part 1

    almarklein committed Mar 24, 2015
    Copy the full SHA
    ffc4952 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ec0e8b7 View commit details
    Browse the repository at this point in the history
  3. Camera cleanup

    almarklein committed Mar 24, 2015
    Copy the full SHA
    c987572 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2015

  1. Last touches on cameras

    almarklein committed Mar 25, 2015
    Copy the full SHA
    bf46723 View commit details
    Browse the repository at this point in the history
  2. zoom factor OK!

    almarklein committed Mar 25, 2015
    Copy the full SHA
    8324a7d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    45b8335 View commit details
    Browse the repository at this point in the history