> For the complete documentation index, see [llms.txt](https://thebitcave.gitbook.io/magicavoxel-resources/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thebitcave.gitbook.io/magicavoxel-resources/tutorials/web-tutorials.md).

# Tutorial List

## Tutorials

* [How I did my first 3D model](https://medium.com/@Tiagojdferreira/how-i-did-my-first-3d-model-magicavoxel-tutorial-6273319486e6)
* [Loading MagicaVoxel models in Three.js](https://luciopaiva.com/magicavoxel-threejs-howto/)
* [MagicaVoxel 3D Art Tutorial](https://www.raywenderlich.com/375-magicavoxel-3d-art-tutorial)
* \[Deprecated] [Animate MagicaVoxel](http://drinkdecaf.com/magicavoxel_animate)

### Sketchfab

You can find more info about Sketchfab here: <https://sketchfab.com/>

* [Publishing Voxel Designs from MagicaVoxel to Sketchfab](https://sketchfab.com/blogs/community/publishing-voxel-designs-from-magicavoxel-to-sketchfab/)
* [Creating a 3D Star Wars scene in voxels using MagicaVoxel, Blender and VoxelShop](https://sketchfab.com/blogs/community/tutorial-creating-a-3d-star-wars-scene-in-voxels-using-magicavoxel-blender-and-voxelshop/)
* [A complete guide to importing from MagicaVoxel to Sketchfab](https://sketchfab.com/blogs/community/complete-guide-importing-magicavoxel-sketchfab/)

### A-Frame

You can find more info about A-Frame here: <https://aframe.io/>

* \[Deprecated] [Building with MagicaVoxel](https://aframe.io/docs/0.8.0/guides/building-with-magicavoxel.html)

### Trove

You can find more info about Trove here: <https://www.trovegame.com/en/play-now/>

* [MagicaVoxel Tutorial- Trove Edition](https://ritztales.wordpress.com/2014/07/18/magicavoxel-tutorial-trove-edition/)

## Video Tutorials

* [Brush & Edit (v0.98)](https://www.youtube.com/watch?v=d_WymsNdRBA)
* [MagicaVoxel 0.99 Preview](https://www.youtube.com/watch?v=9NG7cFc-ddQ)
* [Aaron Robbins - Tutorials](https://www.youtube.com/playlist?list=PLHtmobOgsDvlikllA1MBk7pk_DWlmtR_S)
* [Aaron Robbins - Timelapse](https://www.youtube.com/watch?v=vlVsrgcV4bM\&list=PLHtmobOgsDvk3roGAV-WJ6HL3d33o5gci)
* [Aaron Robbins - MagicaVoxel + Unity](https://www.youtube.com/watch?v=p1a-NlfeMIA\&list=PLHtmobOgsDvkcPzGyQTPLCvtEs0XDafx6)
* [Elliot Kid (Fr)](https://www.youtube.com/playlist?list=PLYmCMg3QL20-jQNEyAAmKjGteZDxVesmy)
* [Le Temple Perdu (Fr)](https://www.youtube.com/watch?v=bdROMzu3gw0)
* [Le Voxelarium YouTube Channel (Fr)](https://www.youtube.com/channel/UCfz11eLtqBgcAb8F2vttEmA)
* [Making of bridge scene](https://www.youtube.com/watch?v=zoj2AkXe94g)
* [MagicaVoxel/Mixamo/C4D](https://www.youtube.com/watch?v=URTGCZtuCcc)
* [Creating the Crossy Road Unihorse](https://www.youtube.com/watch?v=u6q_CWQNyek)
* [MagicaVoxel Tricks](https://www.youtube.com/watch?v=Yb1RJLhz0kE)
* [Modeling in MagicaVoxel](https://www.youtube.com/watch?v=9f57Y_xZ3ao)
* [MagicaVoxel / Introduction to 3D](https://www.youtube.com/watch?v=VLPlgJnplL4)
* [Prototype with MagicaVoxel](https://www.youtube.com/watch?v=ZxYVJ52_wlI)
* [3D speed drawing + Tiny Review](https://www.youtube.com/watch?v=Oh_pkLHVW8o)
* [MagicaVoxel Crash Course](https://www.youtube.com/watch?v=uymtWch5RCA)
* [\[MagicaVoxel\] Testing Patterns](https://www.youtube.com/watch?v=9Km8ouDV7zA)
* [Animation tutorial in magicavoxel 0.98.2](https://www.youtube.com/watch?v=bllLWX9xGmY)
* [MegaBuilds](https://www.youtube.com/playlist?list=PLUBvJsG9xX8c2f1l2dD1LKDXjGk29taoQ)
* [William Santacruz YouTube Channel](https://www.youtube.com/channel/UCfNyESJTDoZ6POPSo0AAC0g/videos)

### Video Demos

* [Throne Room](https://www.youtube.com/watch?v=7J0KwhTGreE)
* [Voxel Church](https://www.youtube.com/watch?v=X2sllnWOXBo)
* [The Cave](https://www.youtube.com/watch?v=wYaRiNOtOLQ)
* [Petra Temple - Jordania](https://www.youtube.com/watch?v=GM28jApLRJg)
* [Voxel Satisfaction Video](https://www.youtube.com/watch?v=3-c4pGSGmC8)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://thebitcave.gitbook.io/magicavoxel-resources/tutorials/web-tutorials.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
