mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-09 14:52:28 -04:00
increased friction factor in network graph to compensate the oscillations due to a less precise calculation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6220 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5ba4c8f7ff
commit
706fcc20f1
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ private:
|
|||
std::string _gpg_id ;
|
||||
|
||||
static const float MASS_FACTOR = 10 ;
|
||||
static const float FRICTION_FACTOR = 6.8 ;
|
||||
static const float FRICTION_FACTOR = 10.8 ;
|
||||
static const float REPULSION_FACTOR = 4 ;
|
||||
static const float NODE_DISTANCE = 130.0 ;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue