Game solo - Remake solo game without cannon js - Start to implement new velocity and colision system

This commit is contained in:
hubourge
2024-10-09 16:50:48 +02:00
parent 9c64b0098c
commit e13bbb55ff
3 changed files with 80 additions and 231 deletions

View File

@ -16,8 +16,6 @@ import * as THREE from '/static/javascript/three/build/three.module.js'
import { Ball } from '/static/javascript/multiLocalGame/Ball.js'
import { pageRenderer } from '/static/javascript/main.js'
let scene = null;
let renderer = null;
let camera = null;