# 🎮 3D Content Creation

- [Why 3D on the Web](https://guide.swiftxr.io/3d-content-creation/why-3d-on-the-web.md): This article is a full detailed guide on all you need to know on 3D optimization on the web.
- [3D Modelling Softwares](https://guide.swiftxr.io/3d-content-creation/3d-modelling-softwares.md): 3D Modeling Softwares are key tools for creating custom digital models for games, animations, and architecture. These models can be easily imported into SwiftXR for 3D, AR, and VR projects.
- [Blender](https://guide.swiftxr.io/3d-content-creation/3d-modelling-softwares/blender.md)
- [Maya](https://guide.swiftxr.io/3d-content-creation/3d-modelling-softwares/maya.md)
- [Sketchup](https://guide.swiftxr.io/3d-content-creation/3d-modelling-softwares/sketchup.md)
- [3D Asset Stores](https://guide.swiftxr.io/3d-content-creation/3d-asset-stores.md): 3D Asset Stores offer a wide range of pre-made digital models that you can import into SwiftXR for use in 3D, AR, and VR experiences.
- [Sketchfab](https://guide.swiftxr.io/3d-content-creation/3d-asset-stores/sketchfab.md)
- [Free 3D](https://guide.swiftxr.io/3d-content-creation/3d-asset-stores/free-3d.md)
- [3D Scanning/Capture](https://guide.swiftxr.io/3d-content-creation/3d-scanning-capture.md): 3D Scanning/Capture creates digital replicas of physical objects using the tools below. These models can then be imported into SwiftXR for use in 3D, AR, and VR experiences.
- [Luma AI](https://guide.swiftxr.io/3d-content-creation/3d-scanning-capture/luma-ai.md): Luma 3D capture is a 3D scanning tool which is used to capture real-world objects or environments and create a digital 3D model of them.
- [Polyscan](https://guide.swiftxr.io/3d-content-creation/3d-scanning-capture/polyscan.md)
- [Kiri Engine](https://guide.swiftxr.io/3d-content-creation/3d-scanning-capture/kiri-engine.md)
- [Specifications](https://guide.swiftxr.io/3d-content-creation/specifications.md)
- [Web3D Cheat Sheet](https://guide.swiftxr.io/3d-content-creation/specifications/web3d-cheat-sheet.md): This is a concise guide sheet on the requirement and specification for creating, optimizing and uploading 3D models to the SwiftXR's web hub.
- [Web3D Detailed Cheat  Sheet](https://guide.swiftxr.io/3d-content-creation/specifications/web3d-detailed-cheat-sheet.md): This is a detailed guide sheet on the requirement and specification for creating, optimizing and uploading 3D models to the SwiftXR's web hub.
- [Fixing Transparency Issues in AR 3D Models: Understanding Face Normal Orientation](https://guide.swiftxr.io/3d-content-creation/fixing-transparency-issues-in-ar-3d-models-understanding-face-normal-orientation.md): Learn why 3D models sometimes appear transparent in AR and how to fix it by correcting face normal orientation.


---

# Agent Instructions: 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://guide.swiftxr.io/3d-content-creation.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.
