
12 May
2012
12 May
'12
9:38 p.m.
Hi! It seems PluginFunctions::isProjectionOrthographic checks for the viewer id being >= 0. That obviously doesn't work when passing ACTIVE_VIEWER which is -1. Shouldn't the method check for ACTIVE_VIEWER and use activeExaminer_ as the id in that case? It works when I manually pass PluginFunctions::activeExaminer. Bye!