Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd89f72 commit 69eb9c4Copy full SHA for 69eb9c4
drawing_handler/src/DrawMeshHandler.cpp
@@ -77,8 +77,6 @@ void DrawMeshHandler::handleSimulation() {
77
if (_drawingObject > 0)
78
simRemoveDrawingObject(_drawingObject);
79
80
- ss << "Drawing mesh at t=" << currentSimulationTime << std::endl;
81
-
82
_drawingObject = simAddDrawingObject(
83
sim_drawing_triangles + sim_drawing_painttag
84
+ sim_drawing_followparentvisibility + _transparency,
0 commit comments