Skip to content

initializePhysics.js

Anton Gilgur edited this page Jan 3, 2025 · 3 revisions
  • initScene()

    • Initializes the 3D scene and all the variables that go along with it
  • render()

    • Renders the scene
  • animate()

    • Animates the scene every frame
  • createCar(startX, startY, startZ)

    • Creates a car at the position specified by startX, startY, and startZ
Clone this wiki locally