pokepetter / ursina

A game engine powered by python and panda3d.
https://pokepetter.github.io/ursina/
MIT License
2.23k stars 328 forks source link

Fixed default cylinder offset and adjustment to physics example #714

Closed TheCreatorGrey closed 3 months ago

TheCreatorGrey commented 3 months ago

I removed the start argument in the procedural cylinder which causes a vertical offset by default. The start argument just seems a bit odd considering the way the other procedural models work. It's not a big deal though, just a proposal.