Tell us what you think of the site.
Hi, I am trying to develop a UI which shows view from a fix Camera in MoBu, and also contains few buttons. Kind of animation helper tool.
Any idea how can I set the camera in FBView? Thanks
Hi
I found some code in shaders example that can help.
HFBRenderer lRenderer = mSystem.Renderer;HFBModel lModelCam = lRenderer->CurrentCamera;HFBCamera lCamera = (HFBCamera) lModelCam;
Not sure if is that what you want