1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-20 14:45:44 +00:00

Moved particles into ParticlesStorage

This commit is contained in:
Bastiaan Olij
2022-04-12 21:41:50 +10:00
parent b6faf6c6c0
commit 0b4fd92a17
33 changed files with 3540 additions and 3119 deletions

View File

@@ -459,6 +459,12 @@ public:
/* PARTICLES */
#undef ServerName
#undef server_name
#define ServerName RendererParticlesStorage
#define server_name RSG::particles_storage
FUNCRIDSPLIT(particles)
FUNC2(particles_set_mode, RID, ParticlesMode)
@@ -514,6 +520,12 @@ public:
/* FOG VOLUME */
#undef ServerName
#undef server_name
#define ServerName RendererStorage
#define server_name RSG::storage
FUNCRIDSPLIT(fog_volume)
FUNC2(fog_volume_set_shape, RID, FogVolumeShape)