1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/src/BRep/FILES
osa e816dce36e 0032086: Visualization - support deferred data loading
1) Extend Poly_Triangulation by mesh purpose, possibility to be cleared and late-load deferred data interfaces.
2) Update BRep_TFace to store list of triangulations istead of single one. And also active one. Update getter and setter of single triangulation and add new methods to interaction with whole triangulations list.
3) Update BRep_Tool to get single triangulation of face according to the input mesh purpose or whole triangulations list.
4) Update BRep_Builder to make face by not only single triangulation but whole triangulations list with specified active one.
5) Add new methods to BRepTools to interact with shape triangulations (Load/Unload/Activate/LoadAll/UnloadAllTriangulation(s))
6) Add new 'tlateload'command for shape to load/unload/activate triangulations.
7) Update 'trinfo' command by '-lods' options to print detailaed information about LODs of this shape
8) Support empty triangulations by selection. Use bounding box selection in this case.
9) Add new 'outdisplist' option to XDispaly command to print list of displayed objects to output variable but not to theDI
10) Add new '-noecho' option to vdisplay command to skip printing of displayed objects to theDI
11) Create new RWMesh_TriangulationSource as mesh data wrapper for delayed triangulation loading.
12) Create new RWMesh_TriangulationReader as base interface for reading primitive array from the buffer.
13) Cache nodes/triangles number defined in glTF file
14) Use RWMesh_TriangulationSource class as base of RWGltf_GltfLatePrimitiveArray one and RWMesh_TriangulationReader class as base of RWGltf_TriangulationReader one
15) Add possibilty to support of LODs by glTF reader. It is possible to skip data loading and load them later
16) Add new '-skiplateloading' (to skip triangulation loading), '-keeplate' (to keep information about deferred storage to load/unload triangulation later),
'-toprintdebuginfo' (to print additional debug information) options to ReadGltf command
17) Add new test of glTF late loading
2021-03-27 13:46:02 +03:00

55 lines
1.3 KiB
Plaintext

BRep_Builder.cxx
BRep_Builder.hxx
BRep_Builder.lxx
BRep_Curve3D.cxx
BRep_Curve3D.hxx
BRep_CurveOn2Surfaces.cxx
BRep_CurveOn2Surfaces.hxx
BRep_CurveOnClosedSurface.cxx
BRep_CurveOnClosedSurface.hxx
BRep_CurveOnClosedSurface.lxx
BRep_CurveOnSurface.cxx
BRep_CurveOnSurface.hxx
BRep_CurveOnSurface.lxx
BRep_CurveRepresentation.cxx
BRep_CurveRepresentation.hxx
BRep_CurveRepresentation.lxx
BRep_GCurve.cxx
BRep_GCurve.hxx
BRep_GCurve.lxx
BRep_ListIteratorOfListOfCurveRepresentation.hxx
BRep_ListIteratorOfListOfPointRepresentation.hxx
BRep_ListOfCurveRepresentation.hxx
BRep_ListOfPointRepresentation.hxx
BRep_PointOnCurve.cxx
BRep_PointOnCurve.hxx
BRep_PointOnCurveOnSurface.cxx
BRep_PointOnCurveOnSurface.hxx
BRep_PointOnSurface.cxx
BRep_PointOnSurface.hxx
BRep_PointRepresentation.cxx
BRep_PointRepresentation.hxx
BRep_PointRepresentation.lxx
BRep_PointsOnSurface.cxx
BRep_PointsOnSurface.hxx
BRep_Polygon3D.cxx
BRep_Polygon3D.hxx
BRep_PolygonOnClosedSurface.cxx
BRep_PolygonOnClosedSurface.hxx
BRep_PolygonOnClosedTriangulation.cxx
BRep_PolygonOnClosedTriangulation.hxx
BRep_PolygonOnSurface.cxx
BRep_PolygonOnSurface.hxx
BRep_PolygonOnTriangulation.cxx
BRep_PolygonOnTriangulation.hxx
BRep_TEdge.cxx
BRep_TEdge.hxx
BRep_TEdge.lxx
BRep_TFace.cxx
BRep_TFace.hxx
BRep_Tool.cxx
BRep_Tool.hxx
BRep_TVertex.cxx
BRep_TVertex.hxx
BRep_TVertex.lxx