]> OCCT Git - occt-copy.git/commit
0030076: Visualization, TKV3d - API to update certain vertex attribute(s) without...
authorasl <asl@opencascade.com>
Thu, 23 Aug 2018 05:42:40 +0000 (08:42 +0300)
committerasl <asl@opencascade.com>
Thu, 23 Aug 2018 12:31:48 +0000 (15:31 +0300)
commitcfdc5f633c7abce20e78ea6c3b66fff3f949abf8
tree6dfb878b699ebb39e1ea05e43e4efc18f50eb479
parente40c68a7be7aa81292f67832a8c3a400f6e1caed
0030076: Visualization, TKV3d - API to update certain vertex attribute(s) without recomputing a presentation

Graphic3d_Buffer and classes for arrays of primitives support now the non-interleaved mode for the attributes storage
21 files changed:
src/Graphic3d/FILES
src/Graphic3d/Graphic3d_ArrayOfPoints.hxx
src/Graphic3d/Graphic3d_ArrayOfPolygons.hxx
src/Graphic3d/Graphic3d_ArrayOfPolylines.hxx
src/Graphic3d/Graphic3d_ArrayOfPrimitives.cxx
src/Graphic3d/Graphic3d_ArrayOfPrimitives.hxx
src/Graphic3d/Graphic3d_ArrayOfQuadrangleStrips.hxx
src/Graphic3d/Graphic3d_ArrayOfQuadrangles.hxx
src/Graphic3d/Graphic3d_ArrayOfSegments.hxx
src/Graphic3d/Graphic3d_ArrayOfTriangleFans.hxx
src/Graphic3d/Graphic3d_ArrayOfTriangleStrips.hxx
src/Graphic3d/Graphic3d_ArrayOfTriangles.hxx
src/Graphic3d/Graphic3d_AttribBuffer.cxx [new file with mode: 0644]
src/Graphic3d/Graphic3d_AttribBuffer.hxx [new file with mode: 0644]
src/Graphic3d/Graphic3d_Buffer.hxx
src/Graphic3d/Graphic3d_IndexBuffer.hxx
src/OpenGl/OpenGl_BackgroundArray.cxx
src/OpenGl/OpenGl_CappingPlaneResource.cxx
src/OpenGl/OpenGl_PrimitiveArray.cxx
src/OpenGl/OpenGl_PrimitiveArray.hxx
src/Select3D/Select3D_BVHIndexBuffer.hxx