Currently there isn’t much physics ongoing, if you don’t count collision detection. I’m currently just moving meshes in _process and use RayCast3D and Area3D for collision detection.
I’ve recently read about using just the RenderingServer and PhysicsServer and I am curious and interested. One step at a time ^^
Sounds like you’re at the right stage in the process to investigate! Only reason I brought it up is that I’m working on a bullet heaven as well and got some pretty big gains going the server route.
Whether or not it’s needed is dependent on your final vision, but even just handling collision has some appreciable gains.
Currently there isn’t much physics ongoing, if you don’t count collision detection. I’m currently just moving meshes in
_process
and useRayCast3D
andArea3D
for collision detection.I’ve recently read about using just the RenderingServer and PhysicsServer and I am curious and interested. One step at a time ^^
Sounds like you’re at the right stage in the process to investigate! Only reason I brought it up is that I’m working on a bullet heaven as well and got some pretty big gains going the server route.
Whether or not it’s needed is dependent on your final vision, but even just handling collision has some appreciable gains.
Good luck!
Small world :) Thank you