]> OCCT Git - occt-copy.git/commit
0025129: Visualization - add interactive object for Points Cloud objects
authorkgv <kgv@opencascade.com>
Tue, 9 Sep 2014 13:21:22 +0000 (17:21 +0400)
committerkgv <kgv@opencascade.com>
Tue, 9 Sep 2014 13:36:24 +0000 (17:36 +0400)
commit6635afb0c0035add53f6b5641bce65717fa06d7d
tree7d7c08643ab7ab5608b275ad6305cde3fddaaeed
parentf9823ea65a28bd38d1115735fb609a52433d53f8
0025129: Visualization - add interactive object for Points Cloud objects

New class AIS_PointCloud for displaying point sets.
Update Graphic3d_ArrayOfPoints, OpenGl_PrimitiveArray and OpenGl_VertexBuffer classes to be able to use normals for points.

Add Draw Harness command vpointcloud.
13 files changed:
src/AIS/AIS.cdl
src/AIS/AIS_PointCloud.cxx [new file with mode: 0644]
src/AIS/AIS_PointCloud.hxx [new file with mode: 0644]
src/AIS/AIS_Shape.cdl
src/AIS/AIS_Shape.cxx
src/AIS/AIS_TexturedShape.cxx
src/AIS/FILES
src/Graphic3d/Graphic3d_ArrayOfPoints.cdl
src/Graphic3d/Graphic3d_ArrayOfPoints.cxx
src/OpenGl/OpenGl_PrimitiveArray.cxx
src/StdPrs/StdPrs_WFDeflectionRestrictedFace.cdl
src/StdPrs/StdPrs_WFDeflectionRestrictedFace.cxx
src/ViewerTest/ViewerTest_ObjectCommands.cxx