DEV Community

Discussion on: How are you going to chill this weekend? 🏖

Collapse
 
michaelphipps profile image
Phippsy

I am exploring writing a pinball game in javascript.

Collapse
 
michaelphipps profile image
Phippsy

So I ended up trying to make a ramp generator because trying to make ramps in blender was driving me nuts. I don't want to learn how to use blender!
Screenshot of the Ramp Generator
I'm using ExtrudeBufferGeometry with a Cubic Bezier Curve in three.js. I don't like the way it twists the shape, (I want the ramp surface and walls to stay horizontal) so I might end up modifying ExtrudeBufferGeometry or writing my own version.