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

Tracked Controllers Example Overhaul #290

Merged
merged 10 commits into from
Oct 14, 2021
Merged

Tracked Controllers Example Overhaul #290

merged 10 commits into from
Oct 14, 2021

Commits on Aug 15, 2021

  1. updated environment to be more appealing, and suggest that we update …

    …all updated examples to this environment both for visual appeal, but also to make it clear that these new examples are separate from the old examples. Removed particles. Made tracked hands actual hand models. Added basic illustration of how to add hands dynamically. Added comments. Removed unnecessary schema examples because position and rotation are tracked by default. Added hand model assets. Removed lighting,sky,grid,ground--all now handled by environment component, making the example less distracting. Changed avatar template code style to be more visually clear (no need to add emphasis to the avatar geometry with newlines). Changed avatar proportions so that hands are not swallowed by them, and changed proportions slightly to make them somewhat less dorky looking--I also suggest this modification across all examples to create a new coherent visual style for current examples, although I'm open to better options. Added joystick movement controls and flying ability via aframe-extras.
    kylebakerio committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    112c512 View commit details
    Browse the repository at this point in the history
  2. further code style improvements, avatar appearance improvements, comm…

    …ent improvements, commented out 'new style' sync schema, and now color syncing is working
    kylebakerio committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    59a72f6 View commit details
    Browse the repository at this point in the history
  3. switched to new style sync schema--seems to be working now, think I h…

    …ad a typo in a previous test.
    kylebakerio committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    6b16e18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04f3c3c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. Update tracked-controllers.html

    Lots of code comments; new environment that is more tron-like; some general cleanup and minor improvements.
    kylebakerio committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    9052c4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a584869 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. latest updates: draft of new NAF.connection.onConnect usage, draft mo…

    …nkey patch utils for NAF, new style synced color avatar using visible='false' instead of 'attachTemplateToLocal:false', live usernames, updated comments, updated environment, updated lighting.
    kylebakerio committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    9f55f92 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'update-examples' of github.com:networked-aframe/network…

    …ed-aframe into update-examples
    kylebakerio committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    c7fa3e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af3fa26 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. request changes, and other minor improvements; minor bugfix for code …

    …that prevents double-appending tracked hands; attachTemplateToLocal for network hand model is false; removed a log; AFRAME.scenes[0] to this.el.sceneEl; oninput moved into DOM; adding local-head ID;
    kylebakerio committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    ee96468 View commit details
    Browse the repository at this point in the history