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

A-Painter on AFrame 1.5 - Various fixes #278

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    0ab5c81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eeaa83e View commit details
    Browse the repository at this point in the history
  3. Use latest A-Frame build from CDN

    in particular, to get aframevr/aframe#5415
    Elettrotecnica committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    121134f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cd47ed View commit details
    Browse the repository at this point in the history
  5. Replace non-existing THREE.VertexColors with "true", as we want to co…

    …lor the vertices of our strokes
    Elettrotecnica committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ed878c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ebbfeb View commit details
    Browse the repository at this point in the history
  7. Use existing primitives instead of generic entities, where applicable

    Fixes warnings in the console such as:
    
    core:component:warn Unknown property `height` for component `geometry`.
    Elettrotecnica committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1d48368 View commit details
    Browse the repository at this point in the history
  8. Add crossorigin attribute to assets from CDN

    Fixes warnings in the console
    Elettrotecnica committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    076e0b0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21bcb84 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d367344 View commit details
    Browse the repository at this point in the history
  11. Implement an approach to compute the stroke pointer position that doe…

    …s not depend on the device model
    Elettrotecnica committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    352f1ff View commit details
    Browse the repository at this point in the history
  12. Implement an approach to ensure tooltips are dynamically pointed to t…

    …he controller element they are relevant for
    
    Currently, only oculus controllers are affected
    Elettrotecnica committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6a6599a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d34b903 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    745fbb3 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Move tooltip logics into the system, fix tooltip lines not disappeari…

    …ng when their tooltip fades
    Elettrotecnica committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    94464c9 View commit details
    Browse the repository at this point in the history