Stéphane Sercu
Results
2
comments of
Stéphane Sercu
Hi @hamzabinamin, You could check out [SwiftyComments](https://github.com/tsucres/SwiftyComments). It is focused on collapsible discussion threads, but it might suits your needs :)
I got it to work by commenting the following lines in `viewer.h` (in `void reply()`): ```cpp qDebug() loadPoints(positions); // Comment the 3 following lines //_camera = QtCamera(_points->getBox()); //_camera.setAspectRatio((float)width() / height());...