index.rst 918 B

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