winder / Universal-G-Code-Sender

A cross-platform G-Code sender for GRBL, Smoothieware, TinyG and G2core.
http://winder.github.io/ugs_website/
GNU General Public License v3.0
1.92k stars 768 forks source link

Orientation cube using JCSG #2631

Closed breiler closed 1 month ago

breiler commented 1 month ago

I have replaced the old orientation cube with a variant created using JCSG.

By using OpenGL:s Vertex Buffer Objects the performance is better.

The default method for rendering is by using JOGL:s AWT binding. This has the downside that multisampling is not possible. The rendering of the cube will therefore look something like this: Screenshot from 2024-10-29 20-29-00

With the new NEWT rendering it will look a bit better: Screenshot from 2024-10-29 20-29-21