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

Fix assymetrical voxelization for some mk2/3 adapters #57

Merged
merged 2 commits into from May 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
25 changes: 25 additions & 0 deletions GameData/FerramAerospaceResearch/FARVoxelGeometryOverrides.cfg
Expand Up @@ -4,6 +4,31 @@
@MODULE[GeometryPartModule]
{
%forceUseMeshes = True
%ignoreIfNoRenderer = true
}
}
@PART[adapterMk3-Mk2]:AFTER[FerramAerospaceResearch]
{
@MODULE[GeometryPartModule]
{
%forceUseMeshes = true
%ignoreIfNoRenderer = true
}
}
@PART[adapterMk3-Size2Slant]:AFTER[FerramAerospaceResearch]
{
@MODULE[GeometryPartModule]
{
%forceUseMeshes = true
%ignoreIfNoRenderer = true
}
}
@PART[adapterSize2-Mk2]:AFTER[FerramAerospaceResearch]
{
@MODULE[GeometryPartModule]
{
%forceUseMeshes = true
%ignoreIfNoRenderer = true
}
}
@PART[InflatableHeatShield]:AFTER[FerramAerospaceResearch]
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -66,6 +66,7 @@ CHANGELOG
=======================================================
-----------------------master branch---------------------

Fix assymetrical voxelization on some Mk2/Mk3 adapters [#56](https://github.com/dkavolis/Ferram-Aerospace-Research/pull/56) ([#57](https://github.com/dkavolis/Ferram-Aerospace-Research/pull/57))
Cache some Unity properties for performance reasons ([#53](https://github.com/dkavolis/Ferram-Aerospace-Research/pull/53))
Fix Runge Kutta method in transient simulation ([#50](https://github.com/dkavolis/Ferram-Aerospace-Research/pull/50))
Fix part tinting not cleared after last tint option is disabled ([#49](https://github.com/dkavolis/Ferram-Aerospace-Research/pull/49))
Expand Down