You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Mars seems not to support cameras with high opening angles (>pi) . It should be investigated why this is the case and if there's a possibility to support them.
Here's what written on the terminal when including a camera with high opening angle:
mars_app: /build/rock-master-18.01-simulation-mars-graphics-0.20171213/src/GraphicsCamera.cpp:371: virtual void mars::graphics::GraphicsCamera::setFrustumFromRad(double, double, double, double): Assertion `(horizontalOpeningAngle < M_PI) && (horizontalOpeningAngle > 0)' failed.
I think we exit with an error! Signal: 6
The text was updated successfully, but these errors were encountered:
I don't see a reason for that limitation. You can comment the assert calls or build as release to ignore them. The camera should be rendered correctly. If you can confirm this, I will remove the restriction with the next update of the master branch.
Currently Mars seems not to support cameras with high opening angles (>pi) . It should be investigated why this is the case and if there's a possibility to support them.
Here's what written on the terminal when including a camera with high opening angle:
The text was updated successfully, but these errors were encountered: