Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmasson committed Aug 30, 2022
1 parent a60d6d3 commit ef91b10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/examples/kepler-orbits.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@
yMin: -a*sqrt(1-e**2), yMax: a*sqrt(1-e**2),
zMax: 2, axes: true, frame: false,
viewpoint: [1,-1,1], clearColor: 'black',
animate: true, animateOnInteraction: true, includeMath: true };
animate: true, animateOnInteraction: true };

evaluate( id, data, config );

injectFunctions( id, { cos: cos, sin: sin, sqrt: sqrt, findRoot: findRoot } );

}

parent.update( id );
Expand Down

0 comments on commit ef91b10

Please sign in to comment.