Свойство | Type | Description | |
---|---|---|---|
xAcc | float | ||
xAngle | float | ||
xSign | float |
Méthode | Description | |
---|---|---|
InitModel ( ) : void | ||
LoadTexture ( LoadBitmapData loadBitmapData ) : void | ||
Move ( float xDiff, float yDiff ) : void | ||
Render ( ) : void | ||
ToggleTexture ( ) : void | ||
UpdateWorld ( ) : void |
Méthode | Description | |
---|---|---|
CheckGLError ( ) : void | ||
CompileShader ( ShaderType type, string src, int &shader ) : bool | ||
DeleteTexture ( ) : void | ||
DestroyShaders ( ) : void | ||
DrawModel ( ) : void | ||
Initialize ( ) : void | ||
LinkProgram ( int prog ) : bool | ||
LoadResource ( string name ) : string | ||
LoadShaders ( string vertShaderSource, string fragShaderSource, int &program ) : bool | ||
SetupProjection ( int width, int height ) : void | ||
ValidateProgram ( int prog ) : bool |
public LoadTexture ( LoadBitmapData loadBitmapData ) : void | ||
loadBitmapData | LoadBitmapData | |
Résultat | void |
public Move ( float xDiff, float yDiff ) : void | ||
xDiff | float | |
yDiff | float | |
Résultat | void |