forked from p34709852/monkey
Map jitter fix
This commit is contained in:
parent
598872afee
commit
30be271598
|
@ -41,9 +41,12 @@ export const basic_options = {
|
|||
physics: {
|
||||
barnesHut: {
|
||||
gravitationalConstant: -120000,
|
||||
avoidOverlap: 0.5
|
||||
avoidOverlap: 0.5,
|
||||
springLength: 100,
|
||||
springConstant: 0.025
|
||||
},
|
||||
minVelocity: 0.75
|
||||
minVelocity: 0.3,
|
||||
maxVelocity: 25
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue