This repository has been archived on 2022-05-19. You can view files and clone it, but cannot push or open issues or pull requests.
DemoGL4D/includes/animations.h

15 lines
249 B
C

#ifndef DEMO_ANIMATION_HPP
#define DEMO_ANIMATION_HPP 1
#include <GL4D/gl4dh.h>
// Cube coloré qui tourne sur lui-même
void cube(int);
// Voronoi GPU
void voronoi(int);
// Formes en jouant avec caméra et polygones
void polygone(int);
#endif