https://github.com/autodesk/sculpt-vr
A sculpting program for WebVR
https://github.com/autodesk/sculpt-vr
Last synced: about 1 year ago
JSON representation
A sculpting program for WebVR
- Host: GitHub
- URL: https://github.com/autodesk/sculpt-vr
- Owner: Autodesk
- Created: 2017-06-29T06:59:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T11:35:20.000Z (about 3 years ago)
- Last Synced: 2025-03-29T10:51:20.995Z (about 1 year ago)
- Language: JavaScript
- Size: 3.23 MB
- Stars: 16
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Sculpt VR
Inspired by programs like ZBrush and Mudbox, this is a POC of a sculpting program for WebVR.

Try it [here](https://elifer5000.github.io/sculpt-vr/dist/index.html)
Or see a [video](https://youtu.be/8FRDyrMgb6Y) of it in action.
## Requirements
* A compatible VR headset (tested on Oculus Quest 2)
## Usage
To run the app, just serve the project's folder and open in a browser
* To carve press the trigger button.
* Pressing up/down on the touchpad will change the direction (push/pull the material).
* Pressing left/right on the touchpad will change the tool size.
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for details.