-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The current approach to rendering pbr-enabled particles is pretty expensive, as it can result in the pbr shader code being called many times when several transparent particles are visible in the same pixel. This can bottleneck performance sooner than I originally expected.
Investigation is needed into possible optimizations. Some ideas:
- Optionally render particles at a smaller resolution and upscale
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request