Skip to content
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

Source and published form of Substance for generating uvnoise1. #51

Open
wants to merge 44 commits into
base: master
Choose a base branch
from

Conversation

WazWaz
Copy link
Contributor

@WazWaz WazWaz commented May 17, 2016

These are in case someone wants to tweak the substance themselves. The .sbs file requires Substance Designer, but the .sbsar file can be loaded into Unity and tweaked.

WazWaz added 4 commits May 17, 2016 16:56
- shaders moved to AssetBundle
- source shaders fixed to compile (they've been broken for a while)
- shaders are now optimized per-platform

Added "LocalSetup.csproj" - edit manually to set your KSP install directory.
@WazWaz
Copy link
Contributor Author

WazWaz commented Sep 19, 2016

Ported to KSP 1.2.

…mal and emissive lighting.

Add simple test scene for fiddling with shaders.
Avoid another weird crash from Shadows.
@WazWaz
Copy link
Contributor Author

WazWaz commented Sep 20, 2016

I reviewed the Shadow code but didn't see anything problematic except the DestroyImmediately with no immediate return, but that wouldn't have caused the crash.

LGhassen and others added 21 commits September 25, 2016 22:13
fixed cloud shadows displaying over transparent objects
Use [] notation for console colorization.
Avoid spurious log messages.
Use better AssetBundle loader, only need one bundle.
…cus.

Give meaningful names to objects; might allow Kopernicus to better avoid problems too.
Add icon (in Space Center and Tracking Station) to improve discoverability.
Should also fix other transparent objects.
Third-party mods with similar problems with semi-transparent materials should ensure such objects are not on one of the shadowed layers, which are:
            Default = 0
            Water = 4
            Kerbals = 16
            Parts = 19
In particular, transparent lighting effects should be on layer:
            TransparentFX = 1
It is however perfectly fine for "solid" transparent objects such as glass to be shadowed; just be aware that the entire geometry gets shadow applied, not just the opaque areas.
Version file (for CKAN).
Add "arc" to put clouds on only part of sphere.
Update for Unity 2017.1.
- minor code changes
- asset bundle rebuild
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants