Daniel Esteban Nombela

Results 5 comments of Daniel Esteban Nombela

Sure. Just send me a link with a downloadable example world and some doc on the file format. I will do the first draft of a world generator with that...

Been lookin on npm and it looks like there's already a nice library to make this types of model data available to the world generators: https://loaders.gl/modules/ply/docs/api-reference/ply-loader https://loaders.gl/modules/obj/docs/api-reference/obj-loader https://loaders.gl/modules/csv/docs/api-reference/csv-loader I can...

Sorry I've been on a custom blocks rabbit hole for a while and did not see this until now. That looks awesome. The only potential issue I see is that...

The meshing algorithm is kinda greedy.. it does not group faces in 2D but it only outputs the faces the are visible using the rules defined in each block type....

Thanks a bunch, dude. You're already contributing a lot of value just by giving me such positive feedback hehehe. BTW.. I kinda got stuck with this super generic voxel project...