Closed fredroy closed 3 months ago
Option -i is still used by RealGui:
void RealGUI::parseOptions()
{
if (mArgumentParser) {
mArgumentParser->getValueFromKey("interactive", m_enableInteraction);
mArgumentParser->getValueFromKey("msaa", m_viewerMSAANbSampling);
if (m_enableInteraction)
msg_warning("runSofa") << "you activated the interactive mode. This is currently an experimental feature "
"that may change or be removed in the future. ";
}
}
[ci-build]
[ci-build][with-all-tests][force-full-build]
- interactive is not usedBy submitting this pull request, I acknowledge that
I have read, understand, and agree SOFA Developer Certificate of Origin (DCO).
Reviewers will merge this pull-request only if