AryanpurTech / BlueEngine

Blue Engine is a general-purpose and easy-to-use graphics engine written in rust.
Apache License 2.0
316 stars 14 forks source link

Inconsistent camera drawing for nearby objects #50

Open Poblo0 opened 7 months ago

Poblo0 commented 7 months ago

Describe the bug When instancing tiles that are 1.0 x 1.0 in dimension and putting them appart exactly 1.0 in a certain direction sometimes weird lines appear as if some tiles weren't exactly fitting and when moving the camera the ones that have lines vary.

I'm using an orthographic camera and all tiles have the same value in the z axis.

Also this problem only happen in the y axis.

Screenshots image image

Desktop:

Additional context The assets I'm using aren't mine and are from Dingaling's awesome game Lisa The Painful.