AppleSCNSphere - UBogun/Xojo-iosLib GitHub Wiki
Inherits from AppleSCNGeometry
Memory leak check: not yet done.
Status: completed
An SCNSphere geometry models a sphere (also known as a ball or globe).
Please see the superclass for more properties and methods
Constructors
Constructor (Radius As Double): Creates a sphere geometry with the specified radius.
Properties
GeoDesic As Boolean: Whether SceneKit uses a geodesic polygon mesh to render the sphere.
Radius As Double: The radius of the sphere. Animatable.
SegmentCount As Integer: A number determining the detail of the polygon mesh SceneKit uses to render the sphere. Animatable.