Recent Posts
CSS | 1 sec ago
PHP | 5 sec ago
None | 10 sec ago
None | 14 sec ago
None | 29 sec ago
None | 31 sec ago
None | 40 sec ago
CMake | 54 sec ago
None | 57 sec ago
None | 1 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Learn a little bit about the new Pastebin.com on our help page. hide message
By eihrul on the 9th of Feb 2010 11:09:42 PM Download | Raw | Embed | Report
  1. struct Slot
  2. {
  3.     struct Tex
  4.     {
  5.         int type;
  6.         Texture *t;
  7.         string name;
  8.         int combined;
  9.     };
  10.  
  11.     vector<Tex> sts;
  12.     Shader *shader;
  13.     vector<ShaderParam> params;
  14.     float scale;
  15.     int rotation, xoffset, yoffset;
  16.     float scrollS, scrollT;
  17.     int layer;
  18.     vec glowcolor, pulseglowcolor;
  19.     float pulseglowspeed;
  20.     bool mtglowed, loaded;
  21.     uint texmask;
  22.     char *autograss;
  23.     Texture *grasstex, *thumbnail;
  24.     char *layermaskname;
  25.     int layermaskmode;
  26.     float layermaskscale;
  27.     ImageData *layermask;
Submit a correction or amendment below. Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: