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

Oriented bounding box & frustum culling optimizations #2782

Merged
merged 31 commits into from
Jun 25, 2015

Commits on Jun 10, 2015

  1. Replace .intersect(Cartesian4) with .intersectPlane(Plane)

    This affects bounding volumes AxisAlignedBoundingBox and BoundingSphere.
    kainino0x committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    dfebc12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e81e95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2800c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d686ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33a16c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0195ffa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    69a9ab7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e68548 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    09a847b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2015

  1. Fixups for pull request

    kainino0x committed Jun 12, 2015
    Configuration menu
    Copy the full SHA
    3f1a58e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2015

  1. Configuration menu
    Copy the full SHA
    931aa62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d46b526 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2015

  1. Configuration menu
    Copy the full SHA
    4408e9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc1c9e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1c6a66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c23c4b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2015

  1. Configuration menu
    Copy the full SHA
    fc0ab82 View commit details
    Browse the repository at this point in the history
  2. OBB fromRectangle: change tangent plane for equator-spanning case, ad…

    …d a test, and fix a typo
    kainino0x committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    3604485 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d908de2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58d06b9 View commit details
    Browse the repository at this point in the history
  5. Sync with master

    kainino0x committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    6510aff View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2015

  1. Sync with master

    kainino0x committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    3da7263 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e183089 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8148cc1 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2015

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

Commits on Jun 19, 2015

  1. Configuration menu
    Copy the full SHA
    fb64614 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a712f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cd0747 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85fc36c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6a7389 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2015

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