Commit Graph
27 Commits
Author SHA1 Message Date
MihailRis 2831d1c963 fix emission buffer writing & fix entity shader 2025-07-12 23:28:38 +03:00
MihailRis a585b52aa2 fix particles normals 2025-07-07 20:42:30 +03:00
MihailRis 3d22de761f fix compiler warnings (GCC + Clang) 2025-03-20 22:04:29 +03:00
MihailRis b4456fdb51 add PrecipitationRenderer (WIP) 2025-02-26 02:24:16 +03:00
MihailRis ecbdb09eff Merge branch 'main' into headless-mode 2024-12-24 05:48:02 +03:00
MihailRis 52494a680c upgrade emitters garbage collection 2024-12-23 17:26:22 +03:00
MihailRis 7f95306c65 add 'min_angular_vel', 'max_angular_vel' properties 2024-12-23 16:48:07 +03:00
MihailRis 6ac088f7b9 set default particles render distance to 32 2024-12-23 16:34:08 +03:00
MihailRis 6be640458d fix particles lighting 2024-12-23 16:26:45 +03:00
MihailRis c6de7f62fe add 'angle_spread' property 2024-12-23 16:04:48 +03:00
MihailRis 1c18c02092 move Chunks from Level to Player 2024-12-17 19:40:00 +03:00
MihailRis b66fb87427 Merge branch 'main' into update-particles 2024-11-19 10:15:42 +03:00
MihailRis f9f4d2037f refactor WorldRenderer 2024-11-14 06:04:26 +03:00
MihailRis a52d68669d add 'size_spread' particles parameter 2024-11-08 17:44:57 +03:00
MihailRis 6f9bad0557 fix block models generation 2024-11-05 01:51:37 +03:00
MihailRis 0cd5136fdb feat: emitters random access & add ParticlesRenderer.gc() 2024-11-04 14:41:52 +03:00
MihailRis b9b122dc83 add 'frames' particles setting 2024-11-03 19:18:26 +03:00
MihailRis c8187c5f25 add particles.emit(...) (WIP) 2024-11-03 16:01:07 +03:00
MihailRis 9728c674fc add ParticlesPreset 2024-11-03 14:25:29 +03:00
MihailRis 83ddbda90b implement entity-bound emitters 2024-11-03 13:05:42 +03:00
MihailRis 6d63c71221 add Emitter maxDistance 2024-11-03 12:45:46 +03:00
MihailRis 082a87db4e update particles randomizer 2024-11-03 02:26:11 +03:00
MihailRis 7abb1a88c7 add particles lighting 2024-11-03 02:23:37 +03:00
MihailRis b944f257f7 add particles collision detection 2024-11-03 01:59:41 +03:00
MihailRis 1974298c82 update particles garbage collection scheme 2024-11-02 22:15:26 +03:00
MihailRis cee214754b add particles stats to debug panel 2024-11-02 21:07:34 +03:00
MihailRis 217176f74f add particles (WIP) 2024-11-02 20:40:40 +03:00