Skip to content

Commit

Permalink
More padding adjustments to account for larger atoms. #154
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed Jan 30, 2020
1 parent c1e7fd7 commit f6ca8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/common/model/Kit.js
Original file line number Diff line number Diff line change
Expand Up @@ -714,9 +714,9 @@ define( require => {
}

Kit.BondingOption = BondingOption;
Kit.bondDistanceThreshold = 40;
Kit.bondDistanceThreshold = 110;
Kit.bucketPadding = 50;
Kit.interMoleculePadding = 100;
Kit.interMoleculePadding = 160;

return buildAMolecule.register( 'Kit', Kit );
} );

0 comments on commit f6ca8dc

Please sign in to comment.