better skybox
This commit is contained in:
parent
e7918c50f5
commit
c0cb0062c1
7 changed files with 29 additions and 11 deletions
|
|
@ -18,6 +18,7 @@ GSDECL GSClient GSEngineGetClient(GSEngine engine);
|
|||
GSDECL GSServer GSEngineGetServer(GSEngine engine);
|
||||
GSDECL GSBool GSEngineRegisterResource(GSEngine engine, const char* name, const char* path);
|
||||
GSDECL void GSEngineUnregisterResource(GSEngine engine, const char* name);
|
||||
GSDECL GSNumber GSEngineGetTPS(GSEngine engine);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@ GSDECL void GSGLEndList(GSGL gl);
|
|||
GSDECL void GSGLCallList(GSGL gl, GLuint list);
|
||||
GSDECL void GSGLSetColor(GSGL gl, GSVector4 color);
|
||||
GSDECL void GSGLClearDepth(GSGL gl);
|
||||
GSDECL void GSGLInitialTranslation(GSGL gl);
|
||||
|
||||
/* gl_camera.c */
|
||||
GSDECL void GSGLCameraPerspective(GSGL gl, GSNumber width, GSNumber height);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue