index.rst 702 B

123456789101112131415161718192021
  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