Draw 3D polygon
Posted: Tue Sep 04, 2012 1:54 am
Hi,
I would like to have some help on how to draw an arbitrary (irregular) 3D polygon (X, Y and Z coordinates) on runtime.
On TChart for VCL I can just use TTeePolygon and add as many points as necessary (Points.AddXY). Is there anything like a TTeePolygon3D, with Points.AddXYZ functionality in TChart3D for FireMonkey?
In addition, it would be great to have a polygon object that would trigger mouse events (e.g. OnMouseOver, OnMouseClick).
What are my alternatives?
Thanks in advance!
Thiago
I would like to have some help on how to draw an arbitrary (irregular) 3D polygon (X, Y and Z coordinates) on runtime.
On TChart for VCL I can just use TTeePolygon and add as many points as necessary (Points.AddXY). Is there anything like a TTeePolygon3D, with Points.AddXYZ functionality in TChart3D for FireMonkey?
In addition, it would be great to have a polygon object that would trigger mouse events (e.g. OnMouseOver, OnMouseClick).
What are my alternatives?
Thanks in advance!
Thiago