Vox 組件開發編輯

veloren 的組件為 vox 檔,可使用 MagicaVoxel 或是 Goxel 編輯體素遊戲組件 vox 檔。

MagicVoxel

道場示意模型 40x40x40

snap

MV vox 組件庫

CC BY 姓名標示 (Creative Commons Attribution)

Mini Mike's Metro Minis 城市物件

商業

voxelmodel tag - Sketchfab

Goxel

輸入 vox 檔編輯

goxel dltdojo 190825

3D Model Viewer

匯出 glTF (GL Transmission Format) 不過不能匯入,匯出後 glTF 檔案可由 3D Viewer App 開啟。

goxel glTF export and app 3d viewer win10

Drag-and-drop preview for glTF 2.0 models in WebGL using three.js.

js glTF viewer

hujiulong/vue-3d-model 單頁展示

<body>
    <div id="app">
        <model-gltf 
            src="static/models/gltf/Duck/glTF/Duck.gltf"
            @on-mousemove="onMouseMove">
        </model-gltf>
    </div>
    <script src="vue.js"></script>
    <script src="vue-3d-model.min.js"></script>
    <script>
        new Vue({
            el: '#app'
        })
    </script>
</body>

參考連結