Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include "sphere.h"
#include "ani_texture.h"
#include "vegastrike.h"
#include "config_xml.h"
#include "vs_globals.h"
#include "vsfilesystem.h"
#include "xml_support.h"
#include "gfx/camera.h"
Go to the source code of this file.
Macros | |
#define | g_rho(i) (rhol[(i)&1]) |
#define | g_theta(i) (thetal[(i)&1]) |
Functions | |
Texture * | createTexture (const char *filename, int stage=0, enum FILTER f1=MIPMAP, enum TEXTURE_TARGET t0=TEXTURE2D, enum TEXTURE_IMAGE_TARGET t=TEXTURE_2D, unsigned char c=GFXFALSE, int i=65536) |
Texture * | createTexture (char const *ccc, char const *cc, int k=0, enum FILTER f1=MIPMAP, enum TEXTURE_TARGET t0=TEXTURE2D, enum TEXTURE_IMAGE_TARGET t=TEXTURE_2D, float f=1, int j=0, unsigned char c=GFXFALSE, int i=65536) |
AnimatedTexture * | createAnimatedTexture (char const *c, int i, enum FILTER f) |
string | truncateByPipe (string &input) |
Variables | |
int | pixelscalesize = 30 |
Referenced by GFXSphereVertexList::GFXSphereVertexList(), and SphereMesh::InitSphere().
Referenced by GFXSphereVertexList::GFXSphereVertexList(), and SphereMesh::InitSphere().
AnimatedTexture* createAnimatedTexture | ( | char const * | c, |
int | i, | ||
enum FILTER | f | ||
) |
Definition at line 353 of file mesh_gfx.cpp.
Referenced by SphereMesh::InitSphere().
Texture* createTexture | ( | const char * | filename, |
int | stage = 0 , |
||
enum FILTER | f1 = MIPMAP , |
||
enum TEXTURE_TARGET | t0 = TEXTURE2D , |
||
enum TEXTURE_IMAGE_TARGET | t = TEXTURE_2D , |
||
unsigned char | c = GFXFALSE , |
||
int | i = 65536 |
||
) |
Definition at line 316 of file mesh_gfx.cpp.
References c, i, t0(), and BaseUtil::Texture().
Texture* createTexture | ( | char const * | ccc, |
char const * | cc, | ||
int | k = 0 , |
||
enum FILTER | f1 = MIPMAP , |
||
enum TEXTURE_TARGET | t0 = TEXTURE2D , |
||
enum TEXTURE_IMAGE_TARGET | t = TEXTURE_2D , |
||
float | f = 1 , |
||
int | j = 0 , |
||
unsigned char | c = GFXFALSE , |
||
int | i = 65536 |
||
) |
string truncateByPipe | ( | string & | input) |
Definition at line 55 of file sphere_generic.cpp.
References i.
Referenced by SphereMesh::InitSphere().
int pixelscalesize = 30 |
Definition at line 33 of file sphere_generic.cpp.
Referenced by SphereMesh::InitSphere().