Login  Register

Re: Graph Type Rendering Updates (Graph UI)

Posted by Sven Gothel on Apr 05, 2023; 8:39am
URL: https://forum.jogamp.org/Graph-Type-Rendering-Updates-Graph-UI-tp4042173p4042389.html

Unaware of that Guava .., whatever, the Graph and GraphUI separation stays intact.

OK, I did an old long outstanding job: Completing Metrix4f w/ Vec[234]f
to clarify the math code (for now mostly used within GraphUI).

Now we can get rid, step by step and if useful, of exposing the ugly 'float[]' vectors and matrices ;-)
Will see whether it makes sense to change PMVMatrix, due to the memory transfers,
but that's not so important as the API wraps around that.

Unit tests w/ performance checks added as well of course.

+++

Well, the GraphUI Group has been added as well and implementing a Container w/ Scene.
Hierarchy w/ traversing the PMVMatrix using simple visitors works fine.

So far so and so ;-)