Skip to content
Snippets Groups Projects
Commit 92f2ef96 authored by Gilles Marckmann's avatar Gilles Marckmann
Browse files

small correction in output

parent 4f9ae373
No related branches found
No related tags found
No related merge requests found
...@@ -495,7 +495,7 @@ bool PView::writeX3D(const std::string &fileName ) ...@@ -495,7 +495,7 @@ bool PView::writeX3D(const std::string &fileName )
fprintf(fp," '/>\n"); fprintf(fp," '/>\n");
fprintf(fp," </IndexedTriangleSet> \n"); fprintf(fp," </IndexedTriangleSet> \n");
fprintf(fp," <Appearance> \n"); fprintf(fp," <Appearance> \n");
fprintf(fp," <Material transparency='%g' /> \n", PView::getTransparencyValue() ); fprintf(fp," <Material transparency='%g' \n", PView::getTransparencyValue() );
fprintf(fp," ambientIntensity=\"0.5\""); fprintf(fp," ambientIntensity=\"0.5\"");
fprintf(fp," diffuseColor=\".5 .5 .5\""); fprintf(fp," diffuseColor=\".5 .5 .5\"");
fprintf(fp," emissiveColor=\"0.0 0.0 0.0\""); fprintf(fp," emissiveColor=\"0.0 0.0 0.0\"");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment