Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate Particle Effects on lower graphics settings #2225

Open
commy2 opened this issue Aug 12, 2023 · 0 comments
Open

Investigate Particle Effects on lower graphics settings #2225

commy2 opened this issue Aug 12, 2023 · 0 comments
Labels
Task A task for someone to work on

Comments

@commy2
Copy link
Collaborator

commy2 commented Aug 12, 2023

enum ParticlePriorityType : int32_t
{
    PARTICLE_PRIORITY_NONE,
    PARTICLE_PRIORITY_LOWEST,
    PARTICLE_PRIORITY_WEAPON_EXPLOSION = 1,
    PARTICLE_PRIORITY_SCORCHMARK,
    PARTICLE_PRIORITY_DUST_TRAIL,
    PARTICLE_PRIORITY_BUILDUP,
    PARTICLE_PRIORITY_DEBRIS_TRAIL,
    PARTICLE_PRIORITY_UNIT_DAMAGE_FX,
    PARTICLE_PRIORITY_DEATH_EXPLOSION,
    PARTICLE_PRIORITY_SEMI_CONSTANT,
    PARTICLE_PRIORITY_CONSTANT,
    PARTICLE_PRIORITY_WEAPON_TRAIL,
    PARTICLE_PRIORITY_AREA_EFFECT,
    PARTICLE_PRIORITY_CRITICAL,
    PARTICLE_PRIORITY_ALWAYS_RENDER,
    PARTICLE_PRIORITY_COUNT,
};
no-good.mp4
@commy2 commy2 added the Task A task for someone to work on label Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task A task for someone to work on
Projects
None yet
Development

No branches or pull requests

1 participant