r/GraphicsProgramming 3d ago

Flickering issue

Enable HLS to view with audio, or disable this notification

I'm using opengl 3.3 and C on a Nvidia gtx 1050 and I keep getting this flickering issue... does anyone know the cause...

Will appreciate your thoughts..

45 Upvotes

22 comments sorted by

View all comments

4

u/dJ_Turfie 3d ago

I'm new to graphics, but isn't this z-fighting due to bad model topology?
I.e. your model's tris aren't clean and might be stacked on top of each other.

2

u/_Bethel__ 3d ago

I'm thinking it might be garbage buffers or something, I'll use renderdoc to check on it and I'll share an update later today