Skip to content
Snippets Groups Projects
Select Git revision
  • 19c17aca883dc392bef7d185c6dc60860235a64c
  • master default protected
  • 2018ws
  • 2017ws
  • 2016ws
5 results

hanoi-6.c

Blame
  • Forked from Peter Gerwinski / hp
    Source project has a limited visibility.
    textured-spheres.h 290 B
    #ifndef TEXTURED_SPHERES_H
    #define TEXTURED_SPHERES_H
    
    #include <GL/gl.h>
    #include <GL/glu.h>
    
    extern void init_texture (char *image_filename, GLuint *texture);
    extern void draw_textured_sphere (GLuint texture, GLdouble radius, GLint slices, GLint stacks);
    
    #endif /* TEXTURED_SPHERES_H */