Hi,
Is there any way to turn off rendering? I have a 14GB point cloud that causing the device to crash.
I know the computer I have is not optimum for such large pointcloud processing, but it's all I have, so I am wondering if I can turn off the rendering to help speed things up.
Thanks in advance!
Can I turn off rendering?
Re: Can I turn off rendering?
Sorry, I missed this message as it was in the 'developer' section.
Do you mean to disable it by changing CC's code? Then I guess you can simply add a 'setVisible(false)' statement somewhere at the end of the loading process?
Else, you can use the command line mode.
Do you mean to disable it by changing CC's code? Then I guess you can simply add a 'setVisible(false)' statement somewhere at the end of the loading process?
Else, you can use the command line mode.
Daniel, CloudCompare admin