HaxeFlixel / flixel

Free, cross-platform 2D game engine powered by Haxe and OpenFL
https://haxeflixel.com/
MIT License
1.92k stars 427 forks source link

DrawTriangle's rendering broken, not rendering #3169

Open Cheemsandfriends opened 4 weeks ago

Cheemsandfriends commented 4 weeks ago
Apparently, when just defining FLX_RENDER_TRIANGLE, nothing is rendered onto the camera. Expected behaviour Current behaviour

The version used is 5.4.0, but on the latest version seems to be happening aswell

Cheemsandfriends commented 4 weeks ago

Don't mind the circles/squares on the middle, these are just testing leftovers that have nothing to do with flixel lmao

Geokureli commented 4 weeks ago

tbh I've never used this and there's not much documentation about it. can you go back and see when it stopped working?

Cheemsandfriends commented 4 weeks ago

From what I could gather, the issue seems to be ancient, somewhere around 5.0.0, the least I could test it with is 5.3.1

Geokureli commented 4 weeks ago

do you know anything about the intended usage of draw_triangles?