mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
Merge pull request #10187 from tetrapod00/rubric-headers
Improve display of rubric fake headers with `:heading-level:` option
This commit is contained in:
@@ -9,6 +9,7 @@ This section of the tutorial covers (3D) GPU-accelerated particle systems. Most
|
||||
discussed here apply to CPU particles as well.
|
||||
|
||||
.. rubric:: Introduction
|
||||
:heading-level: 2
|
||||
|
||||
You can use particle systems to simulate complex physical effects like fire, sparks,
|
||||
smoke, magical effects, and many more. They are very well suited for creating dynamic and organic
|
||||
@@ -22,6 +23,7 @@ parameters and behaviors.
|
||||
Every particle system you create in Godot consists of two main parts: particles and emitters.
|
||||
|
||||
.. rubric:: Particles
|
||||
:heading-level: 3
|
||||
|
||||
A particle is the visible part of a particle system. It's what you see on the screen when a particle
|
||||
system is active: The tiny specks of dust, the flames of a fire, the glowing orbs of a magical
|
||||
@@ -31,6 +33,7 @@ color over the course of its lifetime. When you think of a fire, you can think o
|
||||
embers flying away from it as individual particles.
|
||||
|
||||
.. rubric:: Emitters
|
||||
:heading-level: 3
|
||||
|
||||
An emitter is what's creating the particles. Emitters are usually not visible, but they can have
|
||||
a shape. That shape controls where and how particles are spawned, for example whether they should fill
|
||||
@@ -38,6 +41,7 @@ a room like dust or shoot away from a single point like a fountain. Going back t
|
||||
an emitter would be the heat at the center of the fire that creates the embers and the flames.
|
||||
|
||||
.. rubric:: Node overview
|
||||
:heading-level: 3
|
||||
|
||||
.. figure:: img/particle_nodes.webp
|
||||
:alt: A list of nodes related to 3D particles
|
||||
@@ -72,6 +76,7 @@ objects in it and uses that for large-scale particle collisions.
|
||||
|
||||
|
||||
.. rubric:: Basic usage
|
||||
:heading-level: 2
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
@@ -82,6 +87,7 @@ objects in it and uses that for large-scale particle collisions.
|
||||
process_material_properties
|
||||
|
||||
.. rubric:: Advanced topics
|
||||
:heading-level: 2
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
@@ -9,6 +9,7 @@ Godot includes analyzers that inspect your C# source code to check for invalid
|
||||
or unsupported code and let you know that something is wrong during build time.
|
||||
|
||||
.. rubric:: Rules
|
||||
:heading-level: 2
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
@@ -11,6 +11,7 @@ sections. For instance, to learn about inputs, we recommend you to read
|
||||
:ref:`Inputs <toc-learn-features-inputs>`.
|
||||
|
||||
.. rubric:: Programming languages
|
||||
:heading-level: 2
|
||||
|
||||
The sections below each focus on a given programming language.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user