highlight wobelling + started console exec

This commit is contained in:
STEINNI
2025-11-17 20:52:38 +00:00
parent aa5b77f65b
commit a0a0bba6f8
5 changed files with 53 additions and 37 deletions
@@ -72,11 +72,13 @@ export class kfArena{
render() {
TWEEN.update()
this.animateHighlight3DObj()
const resized = this.resizeRendererToDisplaySize()
this.renderer.render(this.scene, this.camera)
requestAnimationFrame(this.render.bind(this))
}
resizeRendererToDisplaySize() {
const width = this.canvasEl.clientWidth
@@ -206,6 +208,7 @@ export class kfArena{
}
}
// getAllAgents(){
// const agents = []
// scene.traverse(o => o.name && names.push(o.name))