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

Resizing and mouse interaction in spatial component #319

Merged
merged 7 commits into from
Jan 13, 2021

Commits on Dec 23, 2020

  1. feat(spatial): add options for point and camera size

    Make point and camera sizes configurable.
    Fix raycasting move to camera issue where closest
    camera was always chosen by decreasing line
    raycasting threshold.
    Combine configuration subscriptions to avoid duplication.
    oscarlorentzon committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    cd2fc70 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2020

  1. chore: key commands for all spatial props

    Add key commands for all spatial config options
    in debug page.
    oscarlorentzon committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    ed29906 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

  1. feat(spatial): optimize camera size updates

    Overwrite buffer attribute array values on size change.
    Recalculate only relative positions with respect to
    camera origin.
    oscarlorentzon committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    717effa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7eb7e91 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. feat(spatial): add selection and hover visualization

    Indicate hovered and selected nodes with different color.
    oscarlorentzon committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    e27fb11 View commit details
    Browse the repository at this point in the history
  2. feat(spatial): optimize color change performance

    Use vertex colors to achieve 10x render performance
    gain.
    oscarlorentzon committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    7030215 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

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