0024001: Stereographic rendering support
authorduv <duv@opencascade.com>
Thu, 23 Jan 2014 10:44:31 +0000 (14:44 +0400)
committerbugmaster <bugmaster@opencascade.com>
Thu, 23 Jan 2014 10:46:06 +0000 (14:46 +0400)
commitb5ac8292b0b914af8d5e417148e7de06f7c54649
tree31fc3b7adf1f18d6a92d23624b0fa58eca114033
parent1190746b3c5c1e9a92b32f7658dcb5e660eb597e
0024001: Stereographic rendering support

Deleted TODOs which were used when branch was built without OpenCL.
Modified test case bugs/vis/bug23747_2 (changed textured shape)
99 files changed:
samples/mfc/standard/04_Viewer3d/src/Viewer3d.aps
samples/mfc/standard/05_ImportExport/res/ImportExport.rc
samples/mfc/standard/05_ImportExport/res/Toolbar.bmp
samples/mfc/standard/09_Animation/src/AnimationView3D.cpp
samples/mfc/standard/09_Animation/src/AnimationView3D.h
samples/mfc/standard/09_Animation/src/StdAfx.h
samples/mfc/standard/Common/OCC_3dView.cpp
samples/mfc/standard/Common/OCC_3dView.h
samples/mfc/standard/Common/OCC_App.cpp
samples/mfc/standard/Common/OCC_App.h
samples/mfc/standard/Common/OCC_BaseDoc.cpp
samples/mfc/standard/Common/OCC_BaseDoc.h
samples/mfc/standard/Common/OCC_StereoConfigDlg.cpp [new file with mode: 0644]
samples/mfc/standard/Common/OCC_StereoConfigDlg.h [new file with mode: 0644]
samples/mfc/standard/Common/res/3dChildFrameTB.bmp
samples/mfc/standard/Common/res/OCC_Resource.aps [new file with mode: 0755]
samples/mfc/standard/Common/res/OCC_Resource.h
samples/mfc/standard/Common/res/OCC_Resource.rc
samples/mfc/standard/mfcsample/adm/win/vc10/mfcsample.vcxproj
samples/mfc/standard/mfcsample/adm/win/vc10/mfcsample.vcxproj.filters
samples/mfc/standard/mfcsample/adm/win/vc11/mfcsample.vcxproj
samples/mfc/standard/mfcsample/adm/win/vc11/mfcsample.vcxproj.filters
samples/mfc/standard/mfcsample/adm/win/vc8/mfcsample.vcproj
samples/mfc/standard/mfcsample/adm/win/vc9/mfcsample.vcproj
src/Graphic3d/FILES
src/Graphic3d/Graphic3d.cdl
src/Graphic3d/Graphic3d_CView.hxx
src/Graphic3d/Graphic3d_Camera.cxx [new file with mode: 0644]
src/Graphic3d/Graphic3d_Camera.hxx [new file with mode: 0644]
src/Graphic3d/Graphic3d_Camera_Handle.hxx [new file with mode: 0644]
src/Graphic3d/Graphic3d_GraphicDriver.cdl
src/NCollection/FILES
src/NIS/Handle_NIS_View.hxx
src/NIS/NIS_View.cxx
src/NIS/NIS_View.hxx
src/OpenGl/FILES
src/OpenGl/OpenGl_Context.cxx
src/OpenGl/OpenGl_Context.hxx
src/OpenGl/OpenGl_Display.cxx
src/OpenGl/OpenGl_Display.hxx
src/OpenGl/OpenGl_Flipper.cxx
src/OpenGl/OpenGl_GraphicDriver.hxx
src/OpenGl/OpenGl_GraphicDriver_2.cxx
src/OpenGl/OpenGl_GraphicDriver_7.cxx
src/OpenGl/OpenGl_ShaderManager.cxx
src/OpenGl/OpenGl_ShaderManager.hxx
src/OpenGl/OpenGl_ShaderStates.cxx
src/OpenGl/OpenGl_ShaderStates.hxx
src/OpenGl/OpenGl_Structure.cxx
src/OpenGl/OpenGl_Trihedron.cxx
src/OpenGl/OpenGl_View.cxx
src/OpenGl/OpenGl_View.hxx
src/OpenGl/OpenGl_View_1.cxx [deleted file]
src/OpenGl/OpenGl_View_2.cxx
src/OpenGl/OpenGl_Window.cxx
src/OpenGl/OpenGl_Workspace.cxx
src/OpenGl/OpenGl_Workspace_2.cxx
src/OpenGl/OpenGl_Workspace_5.cxx
src/OpenGl/OpenGl_Workspace_Raytrace.cxx
src/OpenGl/OpenGl_telem_view.cxx [deleted file]
src/OpenGl/OpenGl_telem_view.hxx [deleted file]
src/PrsMgr/PrsMgr_Presentation3d.cxx
src/Select3D/Select3D_Projector.cxx
src/StdSelect/StdSelect.cxx
src/StdSelect/StdSelect_ViewerSelector3d.cxx
src/V3d/V3d.cdl
src/V3d/V3d_OrthographicView.cdl [deleted file]
src/V3d/V3d_OrthographicView.cxx [deleted file]
src/V3d/V3d_PerspectiveView.cdl [deleted file]
src/V3d/V3d_PerspectiveView.cxx [deleted file]
src/V3d/V3d_View.cdl
src/V3d/V3d_View.cxx
src/V3d/V3d_View_3.cxx
src/V3d/V3d_View_4.cxx
src/V3d/V3d_Viewer.cdl
src/V3d/V3d_Viewer.cxx
src/ViewerTest/ViewerTest.cxx
src/ViewerTest/ViewerTest_ViewerCommands.cxx
src/Visual3d/Visual3d.cdl
src/Visual3d/Visual3d_View.cdl
src/Visual3d/Visual3d_View.cxx
src/Visual3d/Visual3d_ViewManager.cdl
src/Visual3d/Visual3d_ViewManager.cxx
src/Visual3d/Visual3d_ViewMapping.cdl [deleted file]
src/Visual3d/Visual3d_ViewMapping.cxx [deleted file]
src/Visual3d/Visual3d_ViewOrientation.cdl [deleted file]
src/Visual3d/Visual3d_ViewOrientation.cxx [deleted file]
tests/bugs/vis/bug137_4
tests/bugs/vis/bug137_5
tests/bugs/vis/bug22337 [new file with mode: 0644]
tests/bugs/vis/bug23747_2
tests/bugs/vis/bug24001 [new file with mode: 0644]
tests/bugs/vis/bug280_2
tests/bugs/vis/bug280_3
tests/bugs/vis/bug349
tests/bugs/vis/bug349_1
tests/v3d/raytrace/bug24130
tests/v3d/raytrace/connected
tests/v3d/raytrace/plastic