Uses of Class
hmi.graphics.opengl.geometry.SphereGeometry3

Packages that use SphereGeometry3
hmi.graphics.opengl.geometry The HmiGraphics opengl.geometry package contains a few utility classes for OpenGL based rendering of basic geometry. 
 

Uses of SphereGeometry3 in hmi.graphics.opengl.geometry
 

Fields in hmi.graphics.opengl.geometry declared as SphereGeometry3
private static SphereGeometry3 SphereGeometry3.sphere
           
 

Methods in hmi.graphics.opengl.geometry that return SphereGeometry3
static SphereGeometry3 SphereGeometry3.getSphere(float radius, int numSlices, int numStacks)