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

Decals flickering #74

Open
ensiform opened this issue Jan 30, 2022 · 2 comments
Open

Decals flickering #74

ensiform opened this issue Jan 30, 2022 · 2 comments

Comments

@ensiform
Copy link
Member

Decals frequently flicker on many surfaces and I'm not entirely sure the cause.

Also would like to make the decal fading/time use differential integer time instead of floats in the engine as it uses integer time in mod<>engine.

See etfdevs/ETe/tree/decal-changes-wip branch for current progress

@ghost
Copy link

ghost commented Feb 1, 2022

Decals flickering can be caused by various reasons, I think.
Badly aligned map geometry (brushes/patches), running out/exceed max marks, etc.
If you have a reproducable place of flickering decals (e.g.: impact decals on walls) you can play with r_offsetFactor/r_offsetUnits cvars. Don't go too far, some maps won't display correct if the values are too high (example Q3 maps: rustgrad, 13head).
Anyways, those cvars will lift off the decals a bit, which might help.
2015 I opened a ticket here: ioquake/ioq3#119

@ensiform
Copy link
Member Author

ensiform commented Feb 1, 2022

Decal rendering different in ET using "decals" not the impact marks from q3 though. Which it seems not just related to the surface

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant