Vox model
A small vox model
Voxâ
Voxes are small (32x32x32) .vox models, currently limited to 200 per parcel. These are usually made using Magicavoxel.

Editorâ

URLâ
The URL of the .vox file.
Hyperlinkâ
(Optional); makes the .vox a clickable link.
Scale to fitâ
(Optional); fit the size of the vox to fit the grid.
Collidableâ
(Optional); Make the vox model a collidable object.
Colorsâ
(Optional);
Allows you to change the color of your vox model.
This option will not appear if your vox has more than 5 colors.
Scripting Propertiesâ
Scripting Properties {.tabset}â
urlâ
String; Links must be https:// and must finish with a vox extension .vox
Has to link to a 32x32x32 vox model or smaller.
get()â
feature.get('url')
// returns: "https://..."
set()â
feature.set({'url':"https://www.myurl.com/file.vox"})
defaultâ
""
linkâ
String; Links must be https://.
get()â
feature.get('link')
// returns: "https://..."
set()â
feature.set({'link':"https://www.myurl.com/"})
defaultâ
""
collidableâ
Boolean
get()â
feature.get('collidable')
// returns: false
set()â
feature.set({'collidable': true})
defaultâ
false
typeâ
String;
get()â
feature.get('type')
/* or */
feature.type
// returns: 'vox-model'