Debug render clock
This commit is contained in:
parent
e49e117dac
commit
0588464bac
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ $(function() {
|
||||||
bo = bo/6+0.5;
|
bo = bo/6+0.5;
|
||||||
var bf = Number(fin[1])-1+(Number(fin[0])-1)/30;
|
var bf = Number(fin[1])-1+(Number(fin[0])-1)/30;
|
||||||
bf = bf/6+0.5;
|
bf = bf/6+0.5;
|
||||||
|
if(bf<bo) bf+=2;
|
||||||
console.log(bo, bf);
|
console.log(bo, bf);
|
||||||
peri = ["M",
|
peri = ["M",
|
||||||
RADIUS*Math.cos(bo*Math.PI),
|
RADIUS*Math.cos(bo*Math.PI),
|
||||||
|
|
Loading…
Reference in a new issue