ferram4 / Ferram-Aerospace-Research

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

Uneven voxelization on stock 2m-Mk3 adapter #172

Closed ferram4 closed 7 years ago

ferram4 commented 7 years ago

Part is symmetric, voxels aren't. The way they look it appears that the right side of the voxel model is generated as if the normals are being detected backwards; check to see if the issue is due collider or mesh shenanigans.

blowfishpro commented 7 years ago

The collider has a bunch of flipped normals. I guess I discovered this a while ago and didn't bother reporting to Squad

E: reported

ferram4 commented 7 years ago

Well then, the only solution is to force the use of the mesh and see if that fixes it. If not, then I'd need to include a replacement model to fix it.

ferram4 commented 7 years ago

Yep, using the mesh forces it. Doesn't seem to hurt the runtime performance too much, so I'll use that as the fix until the collider can be addressed.