gouessej wrote
... I personally reject the use of third party libraries duplicating more or less what could or should be done by JOGL ...
You know, this kind of goes back to my question about the math libraries. Does JOGL itself have matrix/vector math functionality similar to GLM? (That isn't deprecated from the forward-compatible contexts?) I'd just as soon use built-in capability, if possible, but I would like to stick to forward compatible stuff exclusively.
And thanks for the continued help.