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

Editor 编辑器#

URL#
.vox 文件的 URL。
备注
链接示例
https://raw.githubusercontent.com/leicheng42/Voxels-Wiki/main/docs/_static/img/magevoxels_monu1.vox
Hyperlink 超链接#
(可选);使 megavox 成为可点击的链接。
备注
链接示例:(链接到Voxels说明文档)
https://voxels-wiki.readthedocs.io/
脚本属性#
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'