Devlog 2
What is Gesture Sandbox?
Gesture sandbox is a 3d modelling environment controlled entirely by your hand gestures (lowkey stole this from the Iron Man movie). You can use different hand gestures and motions to manipulate 3d objects on the screen.
Curious to learn more? Click Here
In this devlog, I made 2 main changes.
New Features- none :(
Fixes
-
I noticed that Gesture Sandbox had become very laggy recently, and the average fps dropped from 40 to 20. I asked Claude to try to figure out why. The lag was caused by the glow affect when a user selected an object. To render this glow, the site would draw the scene with all of the objects, then it would redraw the whole scene again to add the glow effect. This was changed, and basically how it works now is the site draws the main scene, then feeds that scene into the
bloomComposer()function that draws the glow effect where needed. -
im too lazy to explain this one ive done enough typing today but basically the site wasnt recognizing pinch gestures and so i fixed this with math that i will explain sometime later
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.