@Legerdemain
I'm really curious if there is any way of enabling VSync?
VSync is default in MorphOS tinygl.
To (temporarily) disable VSync you need to set environment variable:
1.> setenv TGLSYNC 0
And then flush the tinygl.library (if loaded):
1.> flushlib tinygl.library
If you want to have no VSync permanently:
1.> setenv SAVE TGLSYNC 0
Regarding Classic AOS CyberGraphX: CGX has "VSync" for all well behaving apps (double/triplebuffering using screenbuffers). I have no clue whether W3D has such concept, or if it depends on the app using W3D.