Functions from the former tkrgl package.

Details

The tkrgl package contained functions to use TCL/TK to control an RGL scene on screen. These functions have now been merged into the rgl package, and the tkrgl package has been archived.

To avoid conflicts with RGL names and to indicate the TCL/TK nature of these functions, they have all been prefixed with tk:

tkpar3dsave

Formerly tkrgl::par3dsave, allows interactive saving of scene parameters.

tkspin3d, tkspinControl

Formerly tkrgl::spin3d and tkrgl::spinControl, create buttons to spin the scene.

History:

0.2-2First public release
0.3Added possibility to control multiple windows
0.4Compatibility with 2.0.0 tcltk package
0.5Added continuous rotation
0.6Added par3dsave
0.7Added parameters to tkspinControl, fixed startup
0.8Minor fixes to pass checks
0.9Merge functions into rgl