X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fjigglypuff.c;h=d23b82171b8b8f8fa3beb4bdf6e3f8743de2cef8;hb=8afc01a67be4fbf3f1cc0fce9adf01b5289a21c6;hp=63b832947e63328a2143ff1ddf4857de0f2602f7;hpb=6f5482d73adb0165c0130bb47d852644ab0c4869;p=xscreensaver diff --git a/hacks/glx/jigglypuff.c b/hacks/glx/jigglypuff.c index 63b83294..d23b8217 100644 --- a/hacks/glx/jigglypuff.c +++ b/hacks/glx/jigglypuff.c @@ -286,10 +286,12 @@ static inline void vector_scale(vector v, coord s) v[2] *= s; } +/* static inline coord dot(vector v1, vector v2) { return v1[0]*v2[0] + v1[1]*v2[1] + v1[2]*v2[2]; } +*/ static inline void cross(vector v1, vector v2, vector v) { @@ -872,11 +874,11 @@ static int parse_color(jigglystruct *js) static void randomize_parameters(jigglystruct *js) { do_tetrahedron = random() & 1; -# ifndef HAVE_JWZGLES +# ifndef HAVE_JWZGLES /* #### glPolygonMode other than GL_FILL unimplemented */ js->do_wireframe = !(random() & 3); # endif js->color_style = random() % 5; -# ifdef HAVE_JWZGLES /* SPHERE_MAP unimplemented */ +# ifdef HAVE_JWZGLES /* #### SPHERE_MAP unimplemented */ while (js->color_style == COLOR_STYLE_CHROME) js->color_style = random() % 5;; # endif