From 2dc22c0266ca30261f32832a7df228064811107f Mon Sep 17 00:00:00 2001 From: ouv Date: Tue, 30 Aug 2005 09:53:49 +0000 Subject: [PATCH] VISU_OpenGLPointSpriteMapper added --- src/PIPELINE/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/PIPELINE/Makefile.in b/src/PIPELINE/Makefile.in index 1074b0ac..c37cd458 100644 --- a/src/PIPELINE/Makefile.in +++ b/src/PIPELINE/Makefile.in @@ -40,7 +40,8 @@ EXPORT_HEADERS = VISU_PipeLine.hxx VISU_PipeLineUtils.hxx \ VISU_LookupTable.hxx VISU_ScalarBarActor.hxx \ VISU_Extractor.hxx VISU_FieldTransform.hxx \ VISU_UsedPointsFilter.hxx VISU_GaussPointsPL.hxx \ - VISU_Plot3DPL.hxx + VISU_Plot3DPL.hxx \ + VISU_OpenGLPointSpriteMapper.hxx # Libraries targets @@ -53,7 +54,8 @@ LIB_SRC = VISU_PipeLine.cxx VISU_PipeLineUtils.cxx \ VISU_LookupTable.cxx VISU_ScalarBarActor.cxx \ VISU_Extractor.cxx VISU_FieldTransform.cxx \ VISU_UsedPointsFilter.cxx VISU_GaussPointsPL.cxx \ - VISU_Plot3DPL.cxx SALOME_ExtractGeometry.cxx + VISU_Plot3DPL.cxx SALOME_ExtractGeometry.cxx \ + VISU_OpenGLPointSpriteMapper.cxx # Executables targets -- 2.39.2