소스 검색

Merge pull request #9349 from lawnjelly/merge_group_illustration

Add screenshot to MergeGroups doc
Max Hilbrunner 1 년 전
부모
커밋
7b1a8f9c49
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. BIN
      tutorials/3d/img/merge_group_house.webp
  2. 2 0
      tutorials/3d/merge_groups.rst

BIN
tutorials/3d/img/merge_group_house.webp


+ 2 - 0
tutorials/3d/merge_groups.rst

@@ -69,6 +69,8 @@ VisualInstances you want to be merged so that they are parented by the
 run the scene, the engine will automatically merge suitable meshes as the
 ``MergeGroup`` enters the ``SceneTree``.
 
+.. image:: img/merge_group_house.webp
+
 You can change the transform of the ``MergeGroup`` at runtime, and the whole
 group will move as a unit (``MergeGroup`` is derived from
 :ref:`Spatial <class_Spatial>`, so can be manipulated in all the regular ways,