Closed GijsBellaard closed 2 years ago
The question is honestly not very nicely worded. Please use setspace3d
, e.g.
setwindow(-1, 1, -1, 1)
setwindow3d(xmin, xmax, ymin, ymax, zmin, zmax)
setspace3d(-rotation, tilt, 30, 0)
Thanks that works :)
But still... why is setspace
in integer degrees?
... due to compatibility issues with old(er) software
right...
Honestly this is just ridiculous. Could this please be changed to floats?
I'm talking about
static void setspace(double zmin, double zmax, int rotation, int tilt)
inlib/gr/gr.c
.