Main class of the 3D Sceneries plug-in.
Manages initialization, provides an interface to change Scenery3d properties and handles user input
- Authors
- Georg Zotti, Simon Parzer, Peter Neubauer, Andrei Borza, Florian Schaukowitsch
Public Slots |
| void | relativeMove (const Vec3d &move) |
| | Performs a relative translation of the viewer's position. More...
|
| |
|
void | reloadShaders () |
| | Clears the shader cache, forcing a reload of shaders on use.
|
| |
|
void | showMessage (const QString &message) |
| | Display text message on screen, fade out automatically.
|
| |
|
void | showStoredViewDialog () |
| | Shows the stored view dialog.
|
| |
|
void | setEnableScene (const bool val) |
| | Enables/Disables the plugin.
|
| |
|
bool | getEnableScene () const |
| |
|
void | setEnablePixelLighting (const bool val) |
| |
|
bool | getEnablePixelLighting (void) const |
| |
| void | setEnableShadows (const bool enableShadows) |
| | Use this to set/get the enableShadows flag. More...
|
| |
|
bool | getEnableShadows (void) const |
| |
|
void | setUseSimpleShadows (const bool simpleShadows) |
| | If true, only 1 shadow cascade is used, giving a speedup.
|
| |
|
bool | getUseSimpleShadows () const |
| |
| void | setEnableBumps (const bool enableBumps) |
| | Use this to set/get the enableBumps flag. More...
|
| |
|
bool | getEnableBumps (void) const |
| |
|
S3DEnum::ShadowFilterQuality | getShadowFilterQuality (void) const |
| | Returns the current shadow filter quality.
|
| |
|
void | setShadowFilterQuality (const S3DEnum::ShadowFilterQuality val) |
| | Sets the shadow filter quality.
|
| |
|
void | setEnablePCSS (const bool val) |
| |
|
bool | getEnablePCSS () const |
| |
|
S3DEnum::CubemappingMode | getCubemappingMode (void) const |
| | Returns the current cubemapping mode.
|
| |
|
void | setCubemappingMode (const S3DEnum::CubemappingMode val) |
| | Sets the cubemapping mode.
|
| |
|
bool | getUseFullCubemapShadows () const |
| |
|
void | setUseFullCubemapShadows (const bool useFullCubemapShadows) |
| |
|
void | setEnableDebugInfo (const bool debugEnabled) |
| | Set to true to show some rendering debug information.
|
| |
|
bool | getEnableDebugInfo () const |
| |
|
void | setEnableLocationInfo (const bool enableLocationInfo) |
| | Set to true to show the current standing positin as text on screen.
|
| |
|
bool | getEnableLocationInfo () const |
| |
| void | setForceHorizonPolyline (const bool forcePolyline) |
| | Set the overdrawing of a landscape (horizon) polygon after the 3D scenery. More...
|
| |
|
bool | getForceHorizonPolyline () const |
| |
|
void | setEnableTorchLight (const bool enableTorchLight) |
| | Set to true to add an additional light source centered at the current position, useful in night scenes.
|
| |
|
bool | getEnableTorchLight () const |
| |
|
void | setTorchStrength (const float torchStrength) |
| | Sets the strength of the additional illumination that can be toggled when pressing a button.
|
| |
|
float | getTorchStrength () const |
| |
|
void | setTorchRange (const float torchRange) |
| | Sets the range of the torchlight.
|
| |
|
float | getTorchRange () const |
| |
|
void | setEnableLazyDrawing (const bool val) |
| | Sets the state of the cubemap lazy-drawing mode.
|
| |
|
bool | getEnableLazyDrawing () const |
| |
|
void | setOnlyDominantFaceWhenMoving (const bool val) |
| | When true, only the face which currently is most dominantly visible is updated while moving.
|
| |
|
bool | getOnlyDominantFaceWhenMoving () const |
| |
|
void | setSecondDominantFaceWhenMoving (const bool val) |
| |
|
bool | getSecondDominantFaceWhenMoving () const |
| |
|
void | forceCubemapRedraw () |
| | Forces a redraw of the cubemap.
|
| |
|
void | setLazyDrawingInterval (const double val) |
| | Sets the interval for cubemap lazy-drawing mode.
|
| |
|
double | getLazyDrawingInterval () const |
| |
| void | setCubemapSize (const uint val) |
| | Sets the size used for cubemap rendering. More...
|
| |
|
uint | getCubemapSize () const |
| |
| void | setShadowmapSize (const uint val) |
| | Sets the size used for shadowmap rendering. More...
|
| |
|
uint | getShadowmapSize () const |
| |
|
bool | getIsGeometryShaderSupported () const |
| |
|
bool | getAreShadowsSupported () const |
| |
|
bool | getIsShadowFilteringSupported () const |
| |
|
bool | getIsANGLE () const |
| |
|
uint | getMaximumFramebufferSize () const |
| |
| SceneInfo | getCurrentScene () const |
| | Gets the SceneInfo of the scene that is currently being displayed. More...
|
| |
|
QString | getCurrentSceneID () const |
| | Returns the ID of the currently loaded scene, or an null string if nothing is displayed.
|
| |
|
QString | getLoadingSceneID () const |
| | Returns the ID of the currently loading scene, or null if nothing is being loaded.
|
| |
| SceneInfo | getLoadingScene () const |
| | Gets the SceneInfo of the scene that is currently in the process of being loaded. More...
|
| |
| SceneInfo | loadScenery3dByName (const QString &name) |
| | This starts the scene loading process. More...
|
| |
| SceneInfo | loadScenery3dByID (const QString &id) |
| | This starts the scene loading process. More...
|
| |
|
QString | getDefaultScenery3dID () const |
| |
|
void | setDefaultScenery3dID (const QString &id) |
| |
|
void | setView (const StoredView &view, const bool setDate) |
| | Changes the current view to the given view. JD is updated only if view contains valid data and setDate is true.
|
| |
| StoredView | getCurrentView () |
| | Returns a StoredView that represents the current observer position + view direction. More...
|
| |
Signals |
|
void | enableSceneChanged (const bool val) |
| |
|
void | enablePixelLightingChanged (const bool val) |
| |
|
void | enableShadowsChanged (const bool val) |
| |
|
void | useSimpleShadowsChanged (const bool val) |
| |
|
void | enableBumpsChanged (const bool val) |
| |
|
void | shadowFilterQualityChanged (const S3DEnum::ShadowFilterQuality val) |
| |
|
void | enablePCSSChanged (const bool val) |
| |
|
void | cubemappingModeChanged (const S3DEnum::CubemappingMode val) |
| |
|
void | useFullCubemapShadowsChanged (const bool val) |
| |
|
void | enableDebugInfoChanged (const bool val) |
| |
|
void | enableLocationInfoChanged (const bool val) |
| |
|
void | forceHorizonPolylineChanged (const bool val) |
| |
|
void | enableTorchLightChanged (const bool val) |
| |
|
void | torchStrengthChanged (const float val) |
| |
|
void | torchRangeChanged (const float val) |
| |
|
void | enableLazyDrawingChanged (const bool val) |
| |
|
void | lazyDrawingIntervalChanged (const double val) |
| |
|
void | onlyDominantFaceWhenMovingChanged (const bool val) |
| |
|
void | secondDominantFaceWhenMovingChanged (const bool val) |
| |
|
void | cubemapSizeChanged (const uint val) |
| |
|
void | shadowmapSizeChanged (const uint val) |
| |
|
void | currentSceneChanged (const SceneInfo &sceneInfo) |
| |
|
void | currentSceneIDChanged (const QString &sceneID) |
| |
|
void | loadingSceneIDChanged (const QString &sceneID) |
| |
|
void | progressReport (const QString &str, int val, int min, int max) const |
| | This signal is emitted from another thread than this QObject belongs to, so use QueuedConnection.
|
| |
Public Member Functions |
| virtual void | init () Q_DECL_OVERRIDE |
| | Initialize itself. More...
|
| |
| virtual void | deinit () Q_DECL_OVERRIDE |
| | Called before the module will be delete, and before the openGL context is suppressed. More...
|
| |
| virtual void | draw (StelCore *core) Q_DECL_OVERRIDE |
| | Execute all the drawing functions for this module. More...
|
| |
| virtual void | update (double deltaTime) Q_DECL_OVERRIDE |
| | Update the module with respect to the time. More...
|
| |
| virtual double | getCallOrder (StelModuleActionName actionName) const Q_DECL_OVERRIDE |
| | Return the value defining the order of call for the given action For example if stars.callOrder[ActionDraw] == 10 and constellation.callOrder[ActionDraw] == 11, the stars module will be drawn before the constellations. More...
|
| |
| virtual bool | configureGui (bool show) Q_DECL_OVERRIDE |
| | Detect or show the configuration GUI elements for the module. More...
|
| |
| virtual void | handleKeys (QKeyEvent *e) Q_DECL_OVERRIDE |
| | Walk/Fly Navigation with Ctrl+Cursor and Ctrl+PgUp/Dn keys. More...
|
| |
|
void | updateProgress (const QString &str, int val, int min, int max) const |
| | Sends the progressReport() signal, which eventually updates the progress bar. Can be called from another thread.
|
| |
| virtual QSettings * | getSettings () |
| | Return module-specific settings. More...
|
| |
|
virtual QString | getModuleVersion () const |
| | Get the version of the module, default is stellarium main version.
|
| |
|
virtual QString | getAuthorName () const |
| | Get the name of the module author.
|
| |
|
virtual QString | getAuthorEmail () const |
| | Get the email adress of the module author.
|
| |
| virtual void | handleMouseClicks (class QMouseEvent *) |
| | Handle mouse clicks. More...
|
| |
| virtual void | handleMouseWheel (class QWheelEvent *) |
| | Handle mouse wheel. More...
|
| |
| virtual bool | handleMouseMoves (int x, int y, Qt::MouseButtons b) |
| | Handle mouse moves. More...
|
| |
| virtual bool | handlePinch (qreal scale, bool started) |
| | Handle pinch gesture events. More...
|
| |
Properties |
|
bool | enableScene |
| |
|
bool | enablePixelLighting |
| |
|
bool | enableShadows |
| |
|
bool | useSimpleShadows |
| |
|
bool | enableBumps |
| |
|
S3DEnum::ShadowFilterQuality | shadowFilterQuality |
| |
|
bool | enablePCSS |
| |
|
S3DEnum::CubemappingMode | cubemappingMode |
| |
|
bool | useFullCubemapShadows |
| |
|
bool | enableDebugInfo |
| |
|
bool | enableLocationInfo |
| |
|
bool | forceHorizonPolyline |
| |
|
bool | enableTorchLight |
| |
|
float | torchStrength |
| |
|
float | torchRange |
| |
|
bool | enableLazyDrawing |
| |
|
double | lazyDrawingInterval |
| |
|
bool | onlyDominantFaceWhenMoving |
| |
|
bool | secondDominantFaceWhenMoving |
| |
|
uint | cubemapSize |
| |
|
uint | shadowmapSize |
| |
|
QString | currentSceneID |
| |
|
QString | loadingSceneID |
| |
|
bool | isGeometryShaderSupported |
| |
|
bool | areShadowsSupported |
| |
|
bool | isShadowFilteringSupported |
| |
|
bool | isANGLE |
| |
|
uint | maximumFramebufferSize |
| |