ferram4 / Ferram-Aerospace-Research

Aerodynamics model for Kerbal Space Program
Other
239 stars 131 forks source link

Original PWings have fat left wing syndrome #123

Closed Crzyrndm closed 8 years ago

Crzyrndm commented 8 years ago

http://imgur.com/gswE9kq

Happens on release and latest github build, with or without the "use meshes" override (verified MM cache that changes applied)

@MODULE[GeometryPartModule]
{
    %forceUseMeshes = True
}
ferram4 commented 8 years ago

Well, then this is a problem that needs to be fixed on the original Pwings side. Every other part in the game, when making use of mirroring that will flip the handedness of the triangles on the wings sets Part.isMirrored to true or in some way makes proper use of the mirror axis mechanics in game. B9 Pwings does this as well.

I have no means to detect when triangles are not oriented the correct way. All my attempts to do so when trying to not rely on KSP's system for B9 Pwings have failed, so this means all fixes need to happen on that end.

Since this isn't a FAR issue at its root, but a Pwings issue, I'll be closing this.