index.rst 894 B

123456789101112131415161718192021222324252627
  1. .. _doc_importing_3d_scenes:
  2. Importing 3D scenes
  3. ===================
  4. Godot supports importing 3D scenes from various file formats.
  5. This documentation section describes what those formats are, and how to use
  6. them, including exporting with the correct conventions and best practices,
  7. and how to customize the node type using a suffix in the node name.
  8. The import configuration article describes how to customize the
  9. imported data using the import dock, the advanced import settings
  10. dialog, and inherited scenes.
  11. .. toctree::
  12. :maxdepth: 1
  13. :name: toc-learn-workflow-assets-importing_3d_scenes
  14. available_formats
  15. model_export_considerations
  16. node_type_customization
  17. import_configuration
  18. .. seealso::
  19. 3D scenes can be loaded at runtime using
  20. :ref:`runtime file loading and saving <doc_runtime_file_loading_and_saving_3d_scenes>`,
  21. including from an exported project.