X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=visual%2Fvisual.c;h=7b7862e02bf15d0a06e4dd5158d489d43b90d26f;hb=b040d775deb32173e6536464a3e2ad95a6a5bd55;hp=ce4ceaf97cbdd2fdf1873b2b84c35af92d1f67a7;hpb=706aed2512544b99ff34308fdb673b19ee884ce0;p=physik%2Fposic.git diff --git a/visual/visual.c b/visual/visual.c index ce4ceaf..7b7862e 100644 --- a/visual/visual.c +++ b/visual/visual.c @@ -78,8 +78,8 @@ int visual_atoms(t_visual *v,double time,t_atom *atom,int n) { /* script file update */ dprintf(v->fd,"load xyz %s\n",file); dprintf(v->fd,"spacefill 200\n"); - dprintf(v->fd,"rotate x 11\n"); - dprintf(v->fd,"rotate y 13\n"); + dprintf(v->fd,"rotate x 100\n"); + dprintf(v->fd,"rotate y 10\n"); dprintf(v->fd,"set ambient 20\n"); dprintf(v->fd,"set specular on\n"); sprintf(file,"%s-%.15f.ppm",v->fb,time);