gKit2 light
Loading...
Searching...
No Matches
tuto9_texture1.cpp File Reference

utilisation d'un shader 'utilisateur' pour afficher un objet Mesh avec une texture. More...

#include "mat.h"
#include "mesh.h"
#include "wavefront.h"
#include "texture.h"
#include "orbiter.h"
#include "program.h"
#include "uniforms.h"
#include "draw.h"
#include "app.h"
#include "app_camera.h"

Go to the source code of this file.

Classes

class  TP

Functions

int main (int argc, char **argv)

Detailed Description

utilisation d'un shader 'utilisateur' pour afficher un objet Mesh avec une texture.

Definition in file tuto9_texture1.cpp.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 101 of file tuto9_texture1.cpp.

102{
103 TP tp;
104 tp.run();
105
106 return 0;
107}
int run()
execution de l'application.
Definition app.cpp:36
Definition alpha.cpp:58