From fcf8071ec95fc47dd18eba138f528cbb1eb0ac47 Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Sat, 1 May 2021 09:56:32 +0100 Subject: Fix documentation following implementation of particle trails --- doc/classes/BaseMaterial3D.xml | 6 +++++- doc/classes/Curve.xml | 2 +- doc/classes/GPUParticles3D.xml | 20 +++++++++++++++++++- doc/classes/RibbonTrailMesh.xml | 31 +++++++++++++++++++++++++++++++ doc/classes/TubeTrailMesh.xml | 27 +++++++++++++++++++++++++++ 5 files changed, 83 insertions(+), 3 deletions(-) create mode 100644 doc/classes/RibbonTrailMesh.xml create mode 100644 doc/classes/TubeTrailMesh.xml (limited to 'doc/classes') diff --git a/doc/classes/BaseMaterial3D.xml b/doc/classes/BaseMaterial3D.xml index fa9068e2ad..0a7b4c5dab 100644 --- a/doc/classes/BaseMaterial3D.xml +++ b/doc/classes/BaseMaterial3D.xml @@ -364,6 +364,8 @@ If [code]true[/code], transparency is enabled on the body. See also [member blend_mode]. + + If [code]true[/code], render point size can be changed. [b]Note:[/b] this is only effective for objects whose geometry is point-based rather than triangle-based. See also [member point_size]. @@ -655,7 +657,9 @@ Enables the skin mode for subsurface scattering which is used to improve the look of subsurface scattering when used for human skin. - + + + Represents the size of the [enum Flags] enum. diff --git a/doc/classes/Curve.xml b/doc/classes/Curve.xml index 26872e1f8e..e47c420a3b 100644 --- a/doc/classes/Curve.xml +++ b/doc/classes/Curve.xml @@ -108,7 +108,7 @@ Returns the Y value for the point that would exist at the X position [code]offset[/code] along the curve. - + diff --git a/doc/classes/GPUParticles3D.xml b/doc/classes/GPUParticles3D.xml index aea106af50..e5d6581ddc 100644 --- a/doc/classes/GPUParticles3D.xml +++ b/doc/classes/GPUParticles3D.xml @@ -87,18 +87,22 @@ The number of draw passes when rendering particles. + + If [code]true[/code], particles are being emitted. Time ratio between each emission. If [code]0[/code], particles are emitted continuously. If [code]1[/code], all particles are emitted simultaneously. - + The particle system's frame rate is fixed to a value. For instance, changing the value to 2 will make the particles render at 2 frames per second. Note this does not slow down the simulation of the particle system itself. If [code]true[/code], results in fractional delta calculation which has a smoother particles display effect. + + Amount of time each particle will exist. @@ -122,6 +126,12 @@ + + + + + + The [AABB] that determines the node's region which needs to be visible on screen for the particle system to be active. Grow the box if particles suddenly appear/disappear when the node enters/exits the screen. The [AABB] can be grown via code or with the [b]Particles → Generate AABB[/b] editor tool. @@ -150,5 +160,13 @@ Maximum number of draw passes supported. + + + + + + + + diff --git a/doc/classes/RibbonTrailMesh.xml b/doc/classes/RibbonTrailMesh.xml new file mode 100644 index 0000000000..771f2e444b --- /dev/null +++ b/doc/classes/RibbonTrailMesh.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/classes/TubeTrailMesh.xml b/doc/classes/TubeTrailMesh.xml new file mode 100644 index 0000000000..2782791a62 --- /dev/null +++ b/doc/classes/TubeTrailMesh.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3