-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSI Camera Field of View and Ship Parts #66
Comments
I think I have the field of view issues figured out. I had to change the values in both the cameracapture.cs AND the IVAcameracapture.cs. Those seem to be changing the FoV, so I'm going to tweak on it until it's closer to what I would like to see. Still can't see my own ship in most of the camera views though. Trying to sort through that currently. Any help would be awesome! Thanks! |
currently working on a change to the cameracapture.cs file with changes to the nearclipplane values to see if it is just clipping the ship out |
Basically fixed the field of view issue by changing the FoV settings in the files mentioned above. Welp, no real luck and basically only causing more crashes so I'm going to give up on this one for now. If anyone gets an idea to try I'm all ears. Thanks! |
Dont forget, the whole camera method KSP uses was changed in wither 1.8.0 or 1.9.0... And this was all after the last activity of Telemachus dev, so it doesnt really surprise me that the cameras, which were broken before, are STILL broen, or even broen worse... vOv :( |
I've been messing with this without any success... |
So I have been messing around even more and I've been looking for other updated camera mods out there to see what they did. So I just removed "Camera 01" and commented out the line that edits the "nearClipPlane" of the "Camera 00" and "FXCamera" cameras and it's working! I can see my rocket again! The thing is, I have no idea of what I'm doing so I don't know if this is the right way to fix the issue. I hope someone with more knowledge can please shine some light on this issue... |
I certainly dont now how it all wors, but yeah... that would have been my guess, that it had to do with the Unity update KSP did, that changed the camera method from multi- to single-camera Supposedly the change only affects Windows version of the game, as it only works on DirectX... |
I dont know if it would help, but you could also try poking the new, written specifically for 1.10.1, Neptune Camera mod by Beale. I now he had lotsa help from some top plugin modding devs, writing it. So theres no obsolete legacy code in it anywhere. |
I've been looking to that code but I'm just lost haha so no idea if my fix is alright or not. Anyways I have a related secondary issue. The cameras are only updated once every two seconds. I've been trying to increase the refresh rate without any success... |
Could someone look into making the JSI camera Field of View wider?? I've tried editing the cameracapture.cs file and compiling the change myself into a test build. Changes to the camera FoV values in that file do not seem to change the FoV when viewing the camera through the Houston UI.
Also, I can not see the spacecraft in the camera feed. When viewing the cameras in the Houston UI, the ship is not displayed in the view.
Example - When using the camera to verify solar panels deployed when playing IVA, the camera will not show any part of the spacecraft. It is also an extremely narrow field of view.
Thanks!!
The text was updated successfully, but these errors were encountered: