You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Implement conversion from CPUParticles to GPUParticles (3D/2D)
This commit is contained in:
@@ -49,7 +49,8 @@ class CPUParticles2DEditorPlugin : public EditorPlugin {
|
||||
enum {
|
||||
MENU_LOAD_EMISSION_MASK,
|
||||
MENU_CLEAR_EMISSION_MASK,
|
||||
MENU_RESTART
|
||||
MENU_RESTART,
|
||||
MENU_CONVERT_TO_GPU_PARTICLES,
|
||||
};
|
||||
|
||||
enum EmissionMode {
|
||||
|
||||
Reference in New Issue
Block a user