-
Notifications
You must be signed in to change notification settings - Fork 115
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
IntensityCurve not working? #243
Comments
I can confirm this issue but I can't really add anything to the discussion other than, this is not working :| |
So this is funny. KSP has never used two intensities. It has two seperate lights, but the intensity of the scaled space light is assigned to the local space light every frame. Back when I wrote Kopernicus star code, I copied the behaviour from KSP's original code, but I didn't notice this. That means, the local space intensity from the config, even when it still was a single number, got never used. Oh well. Anyway, I fixed this, and the IVAIntensityCurve with bdfc343 |
I have also noticed that the IVA color doesn't seem to affect the IVA of vessels both the small preview in the lower right and the IVA view (default hotkey = [C]) always have white light |
Thanks for the response. So with this fix you've made, will IntensityCurve actually work now? Also, what are the distance units in IntensityCurve and IVAIntensityCurve? I know that ScaledIntensityCurve uses km/6000, but I've heard IntensityCurve might be just kilometers, and I don't know anything about IVAIntensityCurve. Can you verify the correct units? |
It will work and use kilometers |
Thanks. Are the IVA units kilometers also? |
Yes |
Oops, I just realized I made a mistake. ScaledIntensityCurve uses meters/6000, or km/6. I think IntensityCurve and IVAIntensityCurve are suppose to use meters, not kilometers. Is that right? |
I don't think IntensityCurve is working as intended, or at least not as I understand it. I recently tried an experiment in which I used different values for IntensityCurve and ScaledIntensityCurve, in the hope that I could create different lighting conditions in map/tracking station mode versus flight mode. What I found is that the lighting in all modes is currently being controlled by ScaledIntensityCurve. From what I could determine, IntensityCurve currently doesn't do anything.
The text was updated successfully, but these errors were encountered: