#Unnamed Voxel Builder

19 messages · Page 1 of 1 (latest)

red ermine
#

Started literally as just me learning threejs, but maybe once i give this an actual UI and some more functions and blocks i could drop this on a neocities site for people to screw around with as i keep adding stuff do it until i inevitably get tired/bored of it and stop working on it, here's a little house i "built" to give an idea of where we are sitting so far.

Still need to add UI and probably some sort of fill brush, and probably some other things if i can find ideas.

elfin bolt
#

y'know, i saw a game like this on a forum back in 2009. not sure where that one went

#

either way this looks promising!

red ermine
#

welp, fill function has been added

elfin bolt
#

nice

red ermine
#

group delete added too

#

in a way that totally doesn't have an exponential number of operations making mass deletes end the fucking universe probably

elfin bolt
#

niceeeeeeeeee

red ermine
#

time to probably freeze my browser for half a minute

#

so i launched the delete right after i posted this

#

it's still not done

#

we might have some fixed to do

elfin bolt
#

rip

#

you need an acceleration structure lol

#

simple grid should be enough

red ermine
#

it would also help me if i could search a specific child of the scene without having to just loop through all of them to find the one i want

#

oh yeah also making each cube one object came back to bite faster than i would have liked lol

elfin bolt
#

yep!

red ermine
#

guess we'll fix that next time i work on this