Hallo,
ich habe es doch noch geschafft, es haben paar units gefehlt.
Aber es wird immer nur hochkannt angezeigt, drehen kann man den Kreis nicht ?
Delphi-Quellcode:
uses
GLS.Nodes,
GLS.VectorGeometry,
GLS.VectorTypes;
....
GLLines3 := TGLLines(GLXYZGrid1.AddNewChild(TGLLines));
GLLines3.NodesAspect := lnaInvisible;
GLLines3.LineWidth := 2;
GLLines3.LineColor.AsWinColor := clblack;
MyVec3f.X:= 0;
MyVec3f.Y:= 0;
MyVec3f.Z:= 0;
GLLines3.Nodes.AddXYArc(30,15,90,0, 500, MyVec3f);
mfg schuby