mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -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…
Reference in New Issue
Block a user