]> SALOME platform Git repositories - modules/geom.git/commit
Salome HOME
Fix for PAL21179:
authormkr <mkr@opencascade.com>
Thu, 12 Jan 2012 16:36:50 +0000 (16:36 +0000)
committermkr <mkr@opencascade.com>
Thu, 12 Jan 2012 16:36:50 +0000 (16:36 +0000)
commita2ad5e1364dc5f32a9cec145b07b1b608b4da190
treea982dd6f3f204b794d9d4018db349448eafe8fea
parent354f127d1db62b4e525cd06e0fc903e2d6e08b26
Fix for PAL21179:
1) draw outlines (borders) of the shapes,
2) material properties.
45 files changed:
configure.ac
doc/salome/gui/GEOM/images/material_OCC.png [new file with mode: 0644]
doc/salome/gui/GEOM/images/material_VTK.png [new file with mode: 0644]
doc/salome/gui/GEOM/images/material_back.png [new file with mode: 0644]
doc/salome/gui/GEOM/images/material_front.png [new file with mode: 0644]
doc/salome/gui/GEOM/input/material.doc [new file with mode: 0644]
doc/salome/gui/GEOM/input/viewing_geom_obj.doc
resources/SalomeApp.xml.in
src/DisplayGUI/DisplayGUI.cxx
src/GEOMGUI/GEOMGUI_Selection.cxx
src/GEOMGUI/GEOM_Displayer.cxx
src/GEOMGUI/GEOM_msg_en.ts
src/GEOMGUI/GEOM_msg_fr.ts
src/GEOMGUI/GeometryGUI.cxx
src/GEOMGUI/GeometryGUI.h
src/GEOMGUI/GeometryGUI_Operations.h
src/GEOMGUI/Makefile.am
src/GEOMToolsGUI/GEOMToolsGUI.cxx
src/GEOMToolsGUI/GEOMToolsGUI.h
src/GEOMToolsGUI/GEOMToolsGUI_1.cxx
src/GEOMToolsGUI/GEOMToolsGUI_DeflectionDlg.cxx
src/GEOMToolsGUI/GEOMToolsGUI_MarkerDlg.cxx
src/GEOMToolsGUI/GEOMToolsGUI_MaterialPropertiesDlg.cxx [new file with mode: 0644]
src/GEOMToolsGUI/GEOMToolsGUI_MaterialPropertiesDlg.h [new file with mode: 0644]
src/GEOMToolsGUI/GEOMToolsGUI_TransparencyDlg.cxx
src/GEOMToolsGUI/Makefile.am
src/Makefile.am
src/Material/Makefile.am [new file with mode: 0644]
src/Material/Material.h [new file with mode: 0644]
src/Material/Material_Model.cxx [new file with mode: 0644]
src/Material/Material_Model.h [new file with mode: 0644]
src/Material/Material_ResourceMgr.cxx [new file with mode: 0644]
src/Material/Material_ResourceMgr.h [new file with mode: 0644]
src/Material/resources/SalomeMaterial.xml [new file with mode: 0644]
src/OBJECT/GEOM_AISShape.cxx
src/OBJECT/GEOM_AISShape.hxx
src/OBJECT/GEOM_Actor.cxx
src/OBJECT/GEOM_Actor.h
src/OBJECT/GEOM_Constants.h [new file with mode: 0644]
src/OBJECT/GEOM_DeviceActor.cxx
src/OBJECT/GEOM_DeviceActor.h
src/OBJECT/GEOM_PainterPolyDataMapper.cxx [new file with mode: 0644]
src/OBJECT/GEOM_PainterPolyDataMapper.h [new file with mode: 0644]
src/OBJECT/GEOM_SmartPtr.h
src/OBJECT/Makefile.am