mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 13:30:07 +01:00
* General proofreading for grammar and spelling * General formatting * Addition of appropriate literals where appropriate, i.e. `&"foo"` for `StringName` cases and `^"foo/bar"` for `NodePath` cases
15 lines
396 B
Markdown
15 lines
396 B
Markdown
# 3D Particles
|
|
|
|
This project showcases various 3D particle features supported by Godot, for both GPU-based and CPU-based particles.
|
|
This includes particle collision, attractors, trails, and subemitters.
|
|
|
|
Language: GDScript
|
|
|
|
Renderer: Forward+
|
|
|
|
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2745
|
|
|
|
## Screenshots
|
|
|
|

|