Skip to content

Commit

Permalink
disable hideLines in 3dplot.
Browse files Browse the repository at this point in the history
it does not work. must be implemented as part of the drawing routine.
  • Loading branch information
felix-salfelder committed Oct 6, 2015
1 parent 9ce14d7 commit ba8c29b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qucs/qucs/diagrams/rect3ddiagram.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,8 @@ void Rect3DDiagram::removeHiddenLines(char *zBuffer, tBound *Bounds)
{
double Dummy = 0.0; // number for 1-dimensional data in 3D cartesian
double *px, *py, *pz;
// temporarily disabled. does not work.
hideLines = false;

tPoint3D *p;
int i, j, z, dx, dy, Size=0;
Expand Down

0 comments on commit ba8c29b

Please sign in to comment.