Binary Space Partitioning
Binary Space Partitioning
BSP is a short Project I made to learn procedural generation
Controls
SPACE : Split room.
Right Click : Place doors between rooms .
P : Start play.
ZQSD : Move the character.
Team
Prog : Boulanger Thomas.
Download
Download
BinarySpacePartitioning.zip 22 MB
Comments
Log in with itch.io to leave a comment.
Impressive Math, controversial framerate.
yeah, it work way better with the executable version than the browser one ;)
Seems like in WebGL you have the best framerate if you just pack as much geometry as possible into as few as possible meshes and Materials - esp. all the static stuff. Without all the details to organize, browsers can render pretty fast too.
sadly, i m not used to webGL? i've tried some time ago but i dont know how to reproduce it in webGL.
thank for your comment also ;)