Hi guys, the work is finished on cryptovoxels, I'm very proud of this new build!
I'm very happy to see how this lockdown has changed my design work, now I'm a real voxelartitect!!
This work will soon be released as an NFT in collaboration with cryptobaebes and createbase and if you can't afford a parcel and would like to have an exhibition on the metaverse you should definitely check the createbase incentives!!!
This is one of their parcels in Berlin, with my build
TUTORIAL
As a bonus I'd like to show you how to build the opening door I created for this build, it's very easy!
Download the vox file of the door here as you can see its center is the pivot for the door's movement!!!
Now add the file to your parcel, using the small voxel menu entry of the builder's tab, and add this code into the "script" section of your file:
feature.on('click',(e)=>{
if(closed){
feature.rotation.y=180
}else{
feature.rotation.y=90
}
closed=!closed
})
Like in this image:
Now the door opens on click!
Remember to check for the rotation, the right degree may differ depending on what your build looks like!
As you can see on my portfolio page I accept payment in $hive for the cryptovoxels build, so if you own a parcel and like my works don't be shy, get in contact!
See you in the Nestedneons community here on hive with my next cyberpunk low poly buildings!