jagenjo / webglstudio.js

A full open source 3D graphics editor in the browser, with scene editor, coding pad, graph editor, virtual file system, and many features more.
MIT License
5.21k stars 605 forks source link

How to set collision boxes? #59

Closed TheRealDigitalMaster closed 1 year ago

TheRealDigitalMaster commented 1 year ago

I am making a game engine with webglstudio.js, and there is so many options that I can't find some of the features. Is there a way to set a collision box with the camera? So far in my game test the camera can go through the entity and the walls. image image image

jagenjo commented 1 year ago

There is no collisions in Webglstudio, sorry. It was never meant to do games. I will recommend you to check playcanvas.com, thats way better.

Cheers

TheRealDigitalMaster commented 1 year ago

Ok thanks :D