3d object extension help

I am making an extension for 3d objects (for example a spinning cube) and I need help implementing:

  • math fixes
  • collision
  • friction (for moving platforms)
  • scaling
  • player movement local to it’s rotation instead of from world space

here is what I have so far:

2 Likes