mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Clarify difference between Godot's scene instancing and hardware instancing
- Link to tutorial about instancing scenes by code in Creating instances (and link the other way around too).
This commit is contained in:
@@ -3,6 +3,15 @@
|
||||
Creating instances
|
||||
==================
|
||||
|
||||
.. note::
|
||||
|
||||
This tutorial refers to instancing scenes in the editor. To learn how
|
||||
to instance scenes from code, see :ref:`doc_nodes_and_scene_instances`.
|
||||
|
||||
Godot's approach to *instancing* described below should not be confused with
|
||||
hardware instancing that can be used to render large amounts of similar
|
||||
objects quickly. See :ref:`doc_using_multimesh` instead.
|
||||
|
||||
In the previous part, we saw that a scene is a collection of nodes organized in
|
||||
a tree structure, with a single node as its root. You can split your project
|
||||
into any number of scenes. This feature helps you break down and organize your
|
||||
|
||||
Reference in New Issue
Block a user