From 92f2ef9668a223e3b3c11bf97e5ae3b18997e07b Mon Sep 17 00:00:00 2001 From: Gilles Marckmann <gilles.marckmann@ec-nantes.fr> Date: Tue, 6 Oct 2015 13:57:19 +0000 Subject: [PATCH] small correction in output --- Post/PViewX3D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Post/PViewX3D.cpp b/Post/PViewX3D.cpp index 6b5e7cb4e0..26bb57da9c 100644 --- a/Post/PViewX3D.cpp +++ b/Post/PViewX3D.cpp @@ -495,7 +495,7 @@ bool PView::writeX3D(const std::string &fileName ) fprintf(fp," '/>\n"); fprintf(fp," </IndexedTriangleSet> \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," diffuseColor=\".5 .5 .5\""); fprintf(fp," emissiveColor=\"0.0 0.0 0.0\""); -- GitLab