1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0031354: Visualization - Dump improvement for V3d, Graphic3d, Aspect

- do not dump light in view as it's dumped in the viewer
This commit is contained in:
sshutina
2020-02-06 18:17:35 +03:00
committed by bugmaster
parent f0da497005
commit a516227511
72 changed files with 1396 additions and 11 deletions

View File

@@ -955,6 +955,9 @@ public:
//! Returns the Objects number and the gravity center of ALL viewable points in the view
Standard_EXPORT gp_Pnt GravityPoint() const;
//! Dumps the content of me into the stream
Standard_EXPORT void DumpJson (Standard_OStream& theOStream, Standard_Integer theDepth = -1) const;
DEFINE_STANDARD_RTTIEXT(V3d_View,Standard_Transient)
public: //! @name deprecated methods
@@ -1026,7 +1029,6 @@ protected:
gp_Dir myCamStartOpUp;
gp_Dir myCamStartOpDir;
gp_Pnt myCamStartOpEye;
Standard_Real myCamStartOpBnd[6];
gp_Pnt myCamStartOpCenter;
Handle(Graphic3d_Camera) myDefaultCamera;
Handle(Graphic3d_CView) myView;