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

V3 #19

Draft
wants to merge 33 commits into
base: master
Choose a base branch
from
Draft

V3 #19

wants to merge 33 commits into from

Commits on Feb 22, 2022

  1. refactor: use ES modules

    - convert require to import and module.exports to exports
    - convert example to esm
    - add pex-gui to example
    
    BREAKING CHANGE: switch to type module
    dmnsgn committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    3374096 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4963ed6 View commit details
    Browse the repository at this point in the history
  3. feat: add orthographic camera

    dmnsgn committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    45bc72b View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. feat: rename camera frustum to view

    - extend camera interface
    - optimise .set() when view is used (don't set projectionMatrix twice)
    - optimise getViewRay
    dmnsgn committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    01b5fe5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31caa01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe644a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27be007 View commit details
    Browse the repository at this point in the history
  5. docs: auto-generate

    dmnsgn committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    34a3813 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eca8bbf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e2881c View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. refactor: clean up

    dmnsgn committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    7bb5f14 View commit details
    Browse the repository at this point in the history
  2. feat: allow autoUpdate set

    - remove raf dependency
    - add cancelAnimationFrame in dispose
    dmnsgn committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    ac442fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fac9d80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0f1200 View commit details
    Browse the repository at this point in the history
  5. docs: use pex-math types

    dmnsgn committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    a209f23 View commit details
    Browse the repository at this point in the history
  6. build: update dependencies

    dmnsgn committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    27bfd7a View commit details
    Browse the repository at this point in the history
  7. docs: update usage

    dmnsgn committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    4672bf7 View commit details
    Browse the repository at this point in the history
  8. docs: cleanup example

    dmnsgn committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    fcb5660 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

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

Commits on Mar 17, 2022

  1. build: add npm scripts

    dmnsgn committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    d6d7b7b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

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

Commits on Mar 31, 2022

  1. build: update dependencies

    dmnsgn committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    863e6bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec854e5 View commit details
    Browse the repository at this point in the history
  3. feat: move to pointer events

    dmnsgn committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    780caa6 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

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

Commits on Jun 30, 2022

  1. build: update dependencies

    - fix new ray.hitTestPlane signature
    dmnsgn committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    b4947a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. fix: update default min/maxDistance

    Closes #20
    dmnsgn committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    8fb81af View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.0.0-alpha.0

    dmnsgn committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    22f2ebf View commit details
    Browse the repository at this point in the history
  3. fix: export types

    dmnsgn committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    8e8808e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    285c7de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    954ab20 View commit details
    Browse the repository at this point in the history
  6. chore(release): 3.0.0-alpha.1

    dmnsgn committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    d2629b7 View commit details
    Browse the repository at this point in the history