Why is the color not reflected?
Posted: Wed Mar 30, 2016 6:20 am
As your help, I can draw a line on your CloudCompare display window.
But I think something is wrong with the color. I define the line color by
ccColor::Rgb red(255, 0, 0 );
...
poly->setColor( red ) ;
But the displayed line color is white. I expect the line is drawn in red.
How can I draw the line in red? Even if I changed ccColor::RGB red = ccColor::red ,
the result is the same while.
But I think something is wrong with the color. I define the line color by
ccColor::Rgb red(255, 0, 0 );
...
poly->setColor( red ) ;
But the displayed line color is white. I expect the line is drawn in red.
How can I draw the line in red? Even if I changed ccColor::RGB red = ccColor::red ,
the result is the same while.