AltspaceVR / AltspaceSDK

Software Development Kit for AltspaceVR
https://developer.altvr.com/
MIT License
161 stars 73 forks source link

Hats example app #81

Closed amberroy closed 8 years ago

amberroy commented 9 years ago

Example of synced objects that follow the user via the altspace avatar tracking skeleton API. An initial set of stationary hats, one per type, appear floating in the enclosure when the app loads. When a user clicks on a had, it is cloned and placed on top of their head. The hat is destroyed when the user clicks on another hat, or leaves the room.

amberroy commented 8 years ago

I'm going to dig into why joint.add() didn't work, may be due to forgetting to add the skeleton to the scene.

amberroy commented 8 years ago

Ready for review.