Login  Register

Re: T.U.E.R: Truly Unusual Experience of Revolution, first person shooter

Posted by Sven Gothel on Apr 07, 2023; 6:40pm
URL: https://forum.jogamp.org/T-U-E-R-Truly-Unusual-Experience-of-Revolution-first-person-shooter-tp4042327p4042411.html

CDTriangulator2D as in Delauny is using its in/out tri surrounding trick (AFAIK) to determine the order of the vertices/edges -> triangles from mesh.

Now that is all fine, but for example the 'M' two y-max points are wrongly interpreted with one font,
I isolated a this glyph (like others I fixed) ..  `Glyph03FreeMonoRegular_M` in the demos sub-module.

I started digging deeper in Delauny, so some use constraints, i.e. testing some criteria to weight options.
Our does this for sure for the curve-points, as they must be preserved (quadratic bezier).
The straight lines though seem to not have an additional check.

Back then Rami suggested to test with a different Tessellation .. maybe.
Problem, the classic well working algo is also rotten slow :))