Files
nunuhara_xsystem4/include
kichikuou bf0b2bb44f SealEngine: Add .3de parser, effect framework, camera, and sound
.3de is the particle/effect format used by SealEngine. Like the
ReignEngine's .pae, it is a text format describing an effect as a set of
emitters, but the two differ enough in design that .3de lives in its own
file (s3de.c) rather than being folded into particle.c.

This commit lays the groundwork:

- Parse .3de text.
- Integrate effect loading, playback, and caching into the existing
  infrastructure.
- Apply the camera object's per-frame override to RE_camera.
- Play the companion sound asset.

Billboard and polygon-object rendering will be added separately.
2026-05-31 08:22:01 +09:00
..
2026-02-24 08:38:45 +09:00
2023-06-11 15:06:44 +09:00
2023-05-26 08:44:36 -07:00
2025-03-23 08:22:16 +09:00
2025-09-06 16:30:18 -07:00
2024-05-31 13:36:29 +09:00
2023-05-26 08:44:36 -07:00
2024-08-11 07:18:19 +09:00
2023-04-29 10:32:50 -07:00
2019-12-31 17:50:40 -08:00
2023-05-26 08:44:36 -07:00
2025-09-09 09:19:38 +09:00
2023-07-09 17:05:25 +09:00