HaxeFlixel / flixel

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

DrawTriangle's rendering broken, not rendering #3169

Open Cheemsandfriends opened 5 months ago

Cheemsandfriends commented 5 months 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 5 months 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 5 months 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 5 months 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 5 months ago

do you know anything about the intended usage of draw_triangles?