Bbop-Library 0.4.1-alpha
Opengl library to build 2d apps and game that implement a light system named Lumop
 
Loading...
Searching...
No Matches
bbopGlobal.h File Reference
#include "bbopMathClass.h"
#include <GL/glew.h>
#include <GLFW/glfw3.h>
#include <algorithm>
#include <iostream>
#include <fstream>
#include <vector>

Go to the source code of this file.

Classes

class  BbopDrawable
 Class Parent de tous ce qui peut être dessiné par une Scene. More...
 

Macros

#define BBOP_VERSION   "0.4.1-alpha"
 Version de bbop.
 
#define BBOP_UNIFORM_ADDR_RENDER_MODE   0
 Détermine la place de l'adresse d'une valeur uniform dans le tableau d'adresse d'uniform du shader par default.
 
#define BBOP_UNIFORM_ADDR_TEXTURE   1
 
#define BBOP_UNIFORM_ADDR_NORMAL_MAP   2
 
#define BBOP_UNIFORM_ADDR_PROJECTION   3
 
#define BBOP_UNIFORM_ADDR_PROJECTION_CAM   4
 
#define BBOP_UNIFORM_ADDR_WINDOW_SIZE   5
 
#define BBOP_UNIFORM_ADDR_WINDOW_RESOLUTION   6
 
#define BBOP_UNIFORM_ADDR_CAM_SCALE   7
 
#define BBOP_UNIFORM_ADDR_AMBIANT_LIGHT   8
 
#define BBOP_UNIFORM_ADDR_LIGHTS_N   9
 
#define BBOP_UNIFORM_N   10
 Nombre d'uniform a envoyer au shader.
 

Enumerations

enum  BBOP_SHADER_MODE_ENUM : int {
  BBOP_SHADER_MODE_TEXTURE =0 , BBOP_SHADER_MODE_COLOR =1 , BBOP_SHADER_MODE_MIX =2 , BBOP_SHADER_MODE_TEXTURE_NMAP =3 ,
  BBOP_SHADER_MODE_MIX_NMAP =4
}
 RenderMode avec uniquement les textures. More...
 

Functions

std::string bbopGetFileData (const char *filename)
 Récupère les données d'un fichier et les renvoie sous forme de string.
 

Variables

Vector2i BBOP_WINDOW_SIZE
 Variable global qui stoke la taille de la fenêtre.
 
Vector2i BBOP_WINDOW_RESOLUTION
 Variable global qui stoke la résolution de la fenêtre.
 
std::vector< std::string > LOGS
 

Macro Definition Documentation

◆ BBOP_UNIFORM_ADDR_AMBIANT_LIGHT

#define BBOP_UNIFORM_ADDR_AMBIANT_LIGHT   8

◆ BBOP_UNIFORM_ADDR_CAM_SCALE

#define BBOP_UNIFORM_ADDR_CAM_SCALE   7

◆ BBOP_UNIFORM_ADDR_LIGHTS_N

#define BBOP_UNIFORM_ADDR_LIGHTS_N   9

◆ BBOP_UNIFORM_ADDR_NORMAL_MAP

#define BBOP_UNIFORM_ADDR_NORMAL_MAP   2

◆ BBOP_UNIFORM_ADDR_PROJECTION

#define BBOP_UNIFORM_ADDR_PROJECTION   3

◆ BBOP_UNIFORM_ADDR_PROJECTION_CAM

#define BBOP_UNIFORM_ADDR_PROJECTION_CAM   4

◆ BBOP_UNIFORM_ADDR_RENDER_MODE

#define BBOP_UNIFORM_ADDR_RENDER_MODE   0

Détermine la place de l'adresse d'une valeur uniform dans le tableau d'adresse d'uniform du shader par default.

◆ BBOP_UNIFORM_ADDR_TEXTURE

#define BBOP_UNIFORM_ADDR_TEXTURE   1

◆ BBOP_UNIFORM_ADDR_WINDOW_RESOLUTION

#define BBOP_UNIFORM_ADDR_WINDOW_RESOLUTION   6

◆ BBOP_UNIFORM_ADDR_WINDOW_SIZE

#define BBOP_UNIFORM_ADDR_WINDOW_SIZE   5

◆ BBOP_UNIFORM_N

#define BBOP_UNIFORM_N   10

Nombre d'uniform a envoyer au shader.

◆ BBOP_VERSION

#define BBOP_VERSION   "0.4.1-alpha"

Version de bbop.

Enumeration Type Documentation

◆ BBOP_SHADER_MODE_ENUM

RenderMode avec uniquement les textures.

Local headers External headers

Enumerator
BBOP_SHADER_MODE_TEXTURE 
BBOP_SHADER_MODE_COLOR 
BBOP_SHADER_MODE_MIX 
BBOP_SHADER_MODE_TEXTURE_NMAP 
BBOP_SHADER_MODE_MIX_NMAP 

Function Documentation

◆ bbopGetFileData()

std::string bbopGetFileData ( const char * filename)

Récupère les données d'un fichier et les renvoie sous forme de string.

Cette fonction est seulement utilisé par la class Shader.

Parameters
[in]filenameChemin d'accès vers le fichier à lire.
Returns
std::string Contenu du fichier.

Variable Documentation

◆ BBOP_WINDOW_RESOLUTION

Vector2i BBOP_WINDOW_RESOLUTION
extern

Variable global qui stoke la résolution de la fenêtre.

◆ BBOP_WINDOW_SIZE

Vector2i BBOP_WINDOW_SIZE
extern

Variable global qui stoke la taille de la fenêtre.

◆ LOGS

std::vector<std::string> LOGS
extern

@stock les logs de la libs