Crzyrndm / B9-PWings-Fork

Fork of Bac9's Procedural Wings mod for KSP
MIT License
26 stars 43 forks source link

Wings appear completely black (no textures) on configurations using OpenGL v3.3 or lower #15

Open keyspace opened 8 years ago

keyspace commented 8 years ago

@Crzyrndm please ignore for now - this is the same issue as discussed on the forums, posted here for the benefit of others who check github first. (If that's you - the forum link has relevant information for 2 pages ATM).

The parts appear textured and striped in the part browser; and have pitch-black surfaces when placed, with a normal texture on the side. Example screenshot by Konnor.

The issue seems to originate from Unity, possibly compounded by video drivers (Unity only claims support for vendor-provided drivers AFAIK).

JIC, my system:

Crzyrndm commented 8 years ago

For clarity: source: This is an issue with the shader under an older version of open gl (3.3 or lower). Check logs of affected games for actual version used (ie. while the command switch listed indicated opengl 4.5, unity will fallback if that is not possible. The log records the actual version used)