a-painter
a-painter copied to clipboard
🎨 Paint in VR in your browser.
Related: https://github.com/mrdoob/three.js/pull/11979
If windows-motion-controls is detected, use the trackpad for updating the brush size and thumbstick up for teleportation. Updated controller tooltips to reflect the updated functionality.
It is now mapped to the touchpad. After giving a lot of demos most people trigger the teleport by mistake and it's very confusing.
Are there any known experiments, where the A-Painer is used without A-Frame? I would like to integrate it into my small 3D visualization app similar to Potree. BTW: Awesome work!!...
Hey All, As mentioned in #151 me and @avrljk are working the multi-user aspect of A-Painter. I've gotten it working seamlessly between the users (besides the memory leak in 151)...
à la those in https://github.com/aframevr/a-saturday-night/blob/master/index.html
We are using AFrame and APainter in a class I teach at [KidsDigitalU](http://www.kidsdigitalu.com/). We have a makerbot 3d printer and one of the students had the idea to print their...
The current default flat rendering style, with fixed lights, makes it very difficult to see what's happening in the scene. It would be great to add two things: - shadows....
As with Tilt Brush, it would be great to have a delete stroke option. It can delete an entire stroke, we don't need to support cutting / slicing strokes. Essentially,...
Add gamepad support via Web Gamepad API (https://www.chromestatus.com/feature/5118776383111168).