rgl (version 0.100.54)

tkspin3d: Create TCL/TK controller for rgl window

Description

This function creates a TCL/TK window containing buttons to spin and resize one or more rgl windows.

Usage

tkspin3d(dev = rgl.cur(), ...)

Arguments

dev

A vector of one or more rgl device numbers to control

...

Named parameters in that match named formal arguments to tkspinControl are passed there, while others are passed to tktoplevel

See Also

tkspinControl

Examples

Run this code
# NOT RUN {
if (interactive()) {
    open3d()
    points3d(rnorm(100), rnorm(100), rnorm(100), size=3)
    axes3d()
    box3d()
    tkspin3d()
}
# }

Run the code above in your browser using DataCamp Workspace