Save screenshots as PNG instead of BMP. (Code from rlk, I'm just improvising.)
[neverball] / share / solid.h
index 7a0afec..5f5c525 100644 (file)
@@ -244,6 +244,7 @@ struct s_ball
     float v[3];                                /* velocity vector            */
     float w[3];                                /* angular velocity vector    */
     float r;                                   /* radius                     */
+    float a;                                   /* initial orientation (deg)  */
 };
 
 struct s_view