mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
22 lines
702 B
ReStructuredText
22 lines
702 B
ReStructuredText
.. _doc_importing_3d_scenes:
|
|
|
|
Importing 3D scenes
|
|
===================
|
|
|
|
Godot supports importing 3D scenes from various file formats.
|
|
This documentation section describes what those formats are, and how to use
|
|
them, including exporting with the correct conventions and best practices,
|
|
and how to customize the node type using a suffix in the node name.
|
|
The import configuration article describes how to customize the
|
|
imported data using the import dock, the advanced import settings
|
|
dialog, and inherited scenes.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:name: toc-learn-workflow-assets-importing_3d_scenes
|
|
|
|
available_formats
|
|
model_export_considerations
|
|
node_type_customization
|
|
import_configuration
|