AltspaceVR / AltspaceSDK

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

Added HoverScale behavior and circle button example utilizing behavior #155

Closed NGenesis closed 7 years ago

NGenesis commented 7 years ago

Added HoverScale behavior: Changes the scale of an object when the cursor hovers over it, and restores the original scale when the cursor is no longer hovering over the object.

Added circle button example: Utilizes the HoverScale and HoverColor behaviors and cursor events to create an interactive component with visual feedback.

Fasani commented 7 years ago

Should you also update the docs? http://altspacevr.github.io/AltspaceSDK/doc/module-altspace_utilities_behaviors.html

NGenesis commented 7 years ago

The docs should be updated automatically by the build process should the pull request be accepted.

Fasani commented 7 years ago

Ok good to know, thanks 👍

brianpeiris commented 7 years ago

Awesome! Thanks.