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

Add view ray and labels selection in 3D #3037

Merged
merged 59 commits into from
Jul 20, 2021

Commits on Jul 13, 2021

  1. add view direction

    kevinyamauchi committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    d1d9448 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6237fd View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. add cursor_ray example

    alisterburt committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    4eec187 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcec0ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31b0698 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e8e652 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbf57d6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6 from alisterburt/add-view-ray

    add cursor_ray example
    kevinyamauchi committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    c24563e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    43111f5 View commit details
    Browse the repository at this point in the history
  8. refactor

    alisterburt committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    a77d38f View commit details
    Browse the repository at this point in the history
  9. add geometry module

    alisterburt committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    699d3a0 View commit details
    Browse the repository at this point in the history
  10. (2, n) -> (n, 2)

    alisterburt committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    13d6084 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4044777 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2ec748e View commit details
    Browse the repository at this point in the history
  13. refactor geometry utils

    Geometry utils refactor
    kevinyamauchi committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    8e5905e View commit details
    Browse the repository at this point in the history
  14. fix merge conflict

    kevinyamauchi committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    5639907 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    164bd43 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

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

    kevinyamauchi committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    75b586e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6111883 View commit details
    Browse the repository at this point in the history
  4. first tests

    alisterburt committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    a5f5984 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2809be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c884a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a67ac9c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    3aeee7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8750bb2 View commit details
    Browse the repository at this point in the history
  3. update docstring

    kevinyamauchi committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    d10ec0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e216c94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad26e77 View commit details
    Browse the repository at this point in the history
  6. update docstring

    kevinyamauchi authored and alisterburt committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    72f4660 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7cb1bd7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c774168 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d7124ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b57729 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2d62e73 View commit details
    Browse the repository at this point in the history
  12. fix docstring

    alisterburt committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    e3f1947 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5e01f0a View commit details
    Browse the repository at this point in the history
  14. Merge pull request #8 from alisterburt/geometry-utils

    Geometry tests and functions
    kevinyamauchi committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    9bacb8d View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

  1. Configuration menu
    Copy the full SHA
    5b9e985 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b7c146 View commit details
    Browse the repository at this point in the history
  3. extend cursor ray to nD

    kevinyamauchi committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    3ca71cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fe0e14 View commit details
    Browse the repository at this point in the history
  5. red->magenta in example

    kevinyamauchi committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    cf8f0e1 View commit details
    Browse the repository at this point in the history
  6. update docstring

    kevinyamauchi committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    62bf48e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    758c79a View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

  1. fix docstring

    Co-authored-by: Juan Nunez-Iglesias <juan.nunez-iglesias@monash.edu>
    kevinyamauchi and jni committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    fe155a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    771f3ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54ce0d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5df81ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4fa1232 View commit details
    Browse the repository at this point in the history
  6. numpy get_value_ray

    kevinyamauchi committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    7374185 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4095426 View commit details
    Browse the repository at this point in the history
  8. change cursor_ray input

    kevinyamauchi committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    9dccc2a View commit details
    Browse the repository at this point in the history
  9. update example

    kevinyamauchi committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    d0efa1d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    38c97cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd9c39d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6494b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e7d53e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6936310 View commit details
    Browse the repository at this point in the history