ferram4 / Ferram-Aerospace-Research

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

Models who's renderer has been disabled are included as part of the mesh geometry #68

Closed MaxwellLane closed 8 years ago

MaxwellLane commented 9 years ago

If a mod enabled and disables a model's renderer for effect purposes, such as Roverdude's warp drives and the drives warp bubble, the model is always included as part of the mesh geometry. This then screws up the resulting aero for what one would assume would be an aerodynamic rocket. Here are a few images showing what I mean Cross Section with bubble guide screenshot5 Voxel Debug with bubble guide screenshot4 Cross Section without bubble guide screenshot6 Voxel Debug without bubble guide screenshot7

ferram4 commented 9 years ago

There are some plans for an easier-to-hook-into method to handle this sort of thing. Until then, this shouldn't be an issue for this particular case in flight, at least, given that the mesh will not be visible initially.

ferram4 commented 8 years ago

Mesh transforms that are disabled aren't used for voxelization anymore; this actually was fixed awhile ago, but I forgot the close this issue. In any case, it's resolved, so closing.