mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 03:09:49 +02:00
- added piles of commandline options to G3D viewer to allow for automated, very customized screenshots
This commit is contained in:
@@ -81,6 +81,7 @@ private:
|
||||
|
||||
float speed;
|
||||
float anim;
|
||||
int particleLoopStart;
|
||||
float rotX, rotY, zoom;
|
||||
float backBrightness, gridBrightness, lightBrightness;
|
||||
int lastX, lastY;
|
||||
@@ -104,7 +105,10 @@ private:
|
||||
void saveScreenshot();
|
||||
|
||||
public:
|
||||
MainWindow(const string &modelPath);
|
||||
MainWindow( const string modelPath,const string particlePath,
|
||||
const string projectileParticlePath,const string splashParticlePath,
|
||||
float defaultAnimation,int defaultParticleLoopStart,
|
||||
float defaultZoom,float defaultXRot, float defaultYRot);
|
||||
~MainWindow();
|
||||
void init();
|
||||
|
||||
|
Reference in New Issue
Block a user