mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0023634: Eliminate Polyline and Polygon usage in drawers
Polylines and polygons removed, now everything is based on PrimitiveArrays. Added use of Graphic3d_ArrayOfSegments, some additional clean up in Graphic3d_Group. Dead code elimination in AIS and V3d Corrected compilation errors Fixed grid presentation Adding test case correction
This commit is contained in:
@@ -15,4 +15,3 @@ InterfaceGraphic_PrimitiveArray.hxx
|
||||
InterfaceGraphic_telem.hxx
|
||||
InterfaceGraphic_degeneration.hxx
|
||||
InterfaceGraphic_tgl_all.hxx
|
||||
InterfaceGraphic_Cextern.hxx
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -44,9 +44,10 @@ struct TEL_TEXTURE_COORD
|
||||
|
||||
typedef TEL_TEXTURE_COORD* tel_texture_coord;
|
||||
|
||||
struct TEL_POINT
|
||||
class TEL_POINT
|
||||
{
|
||||
float xyz[3];
|
||||
public:
|
||||
float xyz[3];
|
||||
DEFINE_STANDARD_ALLOC
|
||||
};
|
||||
typedef TEL_POINT* tel_point;
|
||||
|
Reference in New Issue
Block a user