Show 3-D polylines and markers.
void basic3d(){
TCanvas *c1 =
new TCanvas(
"c1",
"PolyLine3D & PolyMarker3D Window",200,10,700,500);
TPad *p1 =
new TPad(
"p1",
"p1",0.05,0.02,0.95,0.82,46,3,1);
title->
AddText(
"Examples of 3-D primitives");
TText *click=title->
AddText(
"Click anywhere on the picture to rotate");
}
- Author
- Rene Brun
Definition in file basic3d.C.