Amerio.Stephane Posted February 14 Posted February 14 Hello, I'm using the technique described earlier to have multiple viewport in a single instance, each showing a specific CIGI View. sv->setViewportCustomPlayer(viewport->getID(), view->getPlayer()); But this doesn't allow to change the view FOV (CIGI ViewDefinition have no effect). I looks like the setViewportCustomPlayer player FOV is ignored or overwritten by SpiderVision. How can I fix that?
Amerio.Stephane Posted February 14 Author Posted February 14 Duh, my bad. The issue here was I had projection_enabled="1" in the spider configuration file. Changing it to "0" fixes this, and I'm now able to change the FOV as expected through CIGI. 1
Recommended Posts