PDA

View Full Version : Anyone have any ideas on how to fix this gfx issue?


Grimmy73
01-11-2022, 03:19 PM
Any help is very welcomed...

Trexller
01-11-2022, 03:49 PM
can you provide any more info about the error?

is it persistent or intermittent?

moving or static?

is it a recent occurence?

are you using any 3rd party textures or programs?

is this a fresh installation?

any other info you can think of?

ShampooChicken
01-12-2022, 10:33 AM
Seems like some of the vertices could be getting erroneously set to (0, 0) in their coordinates. I would guess it's a graphics driver/graphics API problem. The vertex values are getting cleared out somehow.

Jibartik
01-12-2022, 12:33 PM
I have had insane glitches like this in a 3d game before... the only solution I could find was getting a new graphics card...

it looks like the pixels on the 3d meshes are getting stretched which, most likely is a math bug.

But i am about as smart as a dog, so I could be totally wrong!

People were telling me this online.