VTK – A Simple Example Written In Tcl Script
This post is similar to 【VTK】A SIMPLE EXAMPLE WRITTEN IN C++. We use TCL script to do the same thing: create and show cone in 3D world with the virtualization tool kit. TCL script: package require vtk vtkConeSource cone vtkPolyDataMapper Read more…