summaryrefslogtreecommitdiffstats
path: root/doc/classes/GPUParticles3D.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix miscellaneous oddities around the class referenceMicky2024-08-181-2/+2
|
* Merge pull request #90310 from mhilbrunner/OutdatedDemosRémi Verschelde2024-04-081-1/+1
|\ | | | | | | Update links to outdated asset library demos
| * Update links to outdated asset library demosskyace652024-04-071-1/+1
| | | | | | | | | | | | Update links to outdated asset library demos Co-authored-by: Max Hilbrunner <m.hilbrunner@gmail.com>
* | Merge pull request #83622 from Gatada/patch-1Rémi Verschelde2024-04-081-4/+8
|\ \ | |/ |/| | | Clarify emitting behavior of GPU particles
| * Clarifies emitting behavior of 2D and 3D GPU particlesJohan H. W. Basberg2024-03-071-4/+8
| |
* | Explain parameter usage in GPUParticles3D.xml and GPUParticles2D.xmlthmasn2023-12-051-0/+1
| | | | | | | | Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
* | Added docs for DRAW_ORDER_REVERSE_LIFETIME constant and minor XR log improvementAnutrix2023-11-111-1/+2
| |
* | OpenGL: Fix uninitialized memory usage for GPUPartciles `interp_to_end`Rémi Verschelde2023-10-301-1/+1
| | | | | | | | Fixes #84072.
* | Improve documentation related for particle subemitters, collision and attractorsHugo Locurcio2023-10-251-4/+10
|/ | | | | This also describes how to set up particle flipbook animation in GPUParticles2D's texture property.
* Particle internal refactor and additions for more artistic controlQbieShay2023-10-101-0/+8
| | | | | | | | Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: Raul Santos <raulsntos@gmail.com> Co-authored-by: Mew Pur Pur <85438892+MewPurPur@users.noreply.github.com> Co-authored-by: Clay John <claynjohn@gmail.com>
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-2/+2
| | | | | | | | This commit also adds means to manually disable warnings in `code` tags where it's a false positive with the new `skip-lint` attribute. Warnings are now enabled on CI to prevent future errors.
* Add motion vector support for GPU 3D Particles.Dario2023-08-281-0/+1
| | | | Add the capability of resizing the transforms buffer for particles to be double its size and alternate where the current output is written to. Only works for particles that use index as their draw order.
* Merge pull request #80779 from Chaosus/cpuparticles_converterRémi Verschelde2023-08-211-0/+7
|\ | | | | | | Implement conversion from `CPUParticles` to `GPUParticles` (3D/2D)
| * Implement conversion from `CPUParticles` to `GPUParticles` (3D/2D)Yuri Roubinski2023-08-191-0/+7
| |
* | Add missing tutorials to documentation classesHugo Locurcio2023-08-191-0/+1
|/
* Improve the top docs sections of VFX classesMewPurPur2023-08-111-1/+1
|
* Add detail to emitting docs for particlesclayjohn2023-07-211-1/+1
| | | | Highlight when emitting will and won't restart emission
* Add `finished` signal to GPUParticlesHolonProduction2023-07-121-0/+8
|
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Rename GPUParticles2D/3D's `trail_length_secs` to `trail_lifetime`Hugo Locurcio2022-11-071-1/+5
| | | | | | | | | | | | The property already has a "seconds" suffix in the inspector. The "lifetime" term makes it more obvious that the property is specified as time, not a distance in units. The property hint now allows manually entering values greater than 10 seconds. The internal rendering value's default now matches the particles nodes' default.
* Fix small mistakes throughout much of the documentationVolTer2022-10-211-1/+1
|
* Rename ParticlesMaterial to ParticleProcessMaterialMicky2022-08-261-2/+2
| | | | Also affects their file names, related classes and documentation.
* [doc] Use "param" instead of "code" to refer to parameters (6)Andy Maloney2022-08-121-3/+3
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-8/+8
|
* Use global coordinates for particles by defaultHugo Locurcio2022-08-021-2/+2
| | | | | | | | Particles won't move or rotate anymore with the node (or its parents) by default. This new default behavior is generally more suited to most use cases. Local coordinates can still be enabled on a per-node basis. This affects both 2D and 3D particles, and both CPU and GPU-based particles.
* Added interpolation property to GPUParticles2DIgor Kordiukiewicz2022-04-041-0/+1
|
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Fix typos with codespellRémi Verschelde2022-02-101-1/+1
| | | | | | | Using codespell 2.2-dev from current git. Added `misc/scripts/codespell.sh` to make it easier to run it once in a while and update the skip and ignore lists.
* ported particle sub-emission to 2Dfreeglebarr2022-01-241-0/+6
|
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
|
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-26/+13
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-1/+1
|
* Update documentation for Transform3DAaron Franke2021-06-031-1/+1
|
* Support for 2D particles to collide against SDFreduz2021-05-231-2/+4
| | | | | -Added SDF collision support for 2D particles -Changed the SDF generation to be fully signed
* Fix documentation following implementation of particle trailsMarcel Admiraal2021-05-011-1/+19
|
* Document GPU particles visibility rect/aabb behaviorAndrii Doroshenko (Xrayez)2021-01-161-1/+2
|
* doc: Sync classref with current sourceRémi Verschelde2020-10-121-0/+2
|
* Link to demos from within the class referenceAaron Franke2020-10-011-0/+1
|
* doc: Sync classref with current sourceRémi Verschelde2020-09-111-0/+28
| | | | Bind missing enums.
* doc: Sync classref with current sourceRémi Verschelde2020-09-041-1/+1
|
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-1/+1
| | | | | This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.)
* doc: Update classref with node renamesRémi Verschelde2020-03-301-0/+122
A few extra renames for classes which were missed in last week's PRs.