Skip to main content

Megavox

Large (126x126x126) .vox models.

Megavox​

Megavoxes are large (126x126x126) .vox models, currently limited to 5 per parcel.

megavox-example.png

Editor​

megavox-editor.png

URL​

The URL of the .vox file.

(Optional); makes the megavox a clickable link.

Scripting Properties​

Scripting Properties {.tabset}​

url​

String; Links must be https:// and must finish with a vox extension .vox Has to link to a 126x126x126 vox model.

get()​

feature.get('url')
// returns: "https://..."

set()​

feature.set({'url':"https://www.myurl.com/file.vox"})

default​

""

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: 'megavox'