Skip to content
Snippets Groups Projects
Commit 43114dc3 authored by Ansgar Philippsen's avatar Ansgar Philippsen
Browse files

scene.Export transparency flag set to default false

parent 954902a4
No related branches found
No related tags found
No related merge requests found
...@@ -249,10 +249,10 @@ class DLLEXPORT_OST_GFX Scene { ...@@ -249,10 +249,10 @@ class DLLEXPORT_OST_GFX Scene {
/// if a main offscreen buffer is active (\sa StartOffscreenMode), then the /// if a main offscreen buffer is active (\sa StartOffscreenMode), then the
/// dimensions here are ignored /// dimensions here are ignored
void Export(const String& fname, unsigned int w, void Export(const String& fname, unsigned int w,
unsigned int h, bool transparent=true); unsigned int h, bool transparent=false);
/// \brief export snapshot of current scene /// \brief export snapshot of current scene
void Export(const String& fname, bool transparent=true); void Export(const String& fname, bool transparent=false);
/// \brief export scene into povray files named fname.pov and fname.inc /// \brief export scene into povray files named fname.pov and fname.inc
void ExportPov(const std::string& fname, const std::string& wdir="."); void ExportPov(const std::string& fname, const std::string& wdir=".");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment