大模型 Megavox#

Megavoxes是一个大小为126x126x126 .vox 模型,目前每个地块Parcel限制为5个。

megavox-example.png

Editor 编辑器#

Lantern_editor

URL#

.vox 文件的 URL。

备注

链接示例 https://raw.githubusercontent.com/leicheng42/Voxels-Wiki/main/docs/_static/img/magevoxels_monu1.vox

脚本属性#

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

""

Boolean

get()

feature.get('collidable')
// returns: false

set()

feature.set({'collidable': true})

default

false

String;

get()

feature.get('type')
/* or */
feature.type

// returns: 'megavox'