Commit Graph

5 Commits

Author SHA1 Message Date
Teriuihi 39f20796ce Simplify UV mapping logic and remove unnecessary face rotation handling 2025-06-22 20:08:42 +02:00
Teriuihi e00165c56f Fix uv rotation 2025-06-22 20:04:26 +02:00
Teriuihi 02c6497700 Fix mapping 2025-06-22 20:01:11 +02:00
Teriuihi 0efd476676 Initial attempt at textures 2025-06-22 19:53:27 +02:00
Teriuihi 4c31a91bb4 Add modular services for Three.js integration in ParticlesComponent
Implemented dedicated Angular services (e.g., RendererService, InputHandlerService, PlayerModelService) to modularize and simplify Three.js integration within the `ParticlesComponent`. Refactored component logic to delegate rendering, input handling, and model creation to respective services. Updated particle data models and removed redundant logic from the component.
2025-06-22 17:26:10 +02:00