Functions | |
HC_KEY | Insert_Sphere (const HC_POINT *center, double radius, const HC_POINT *axis, const HC_POINT *ortho) |
HC_KEY Insert_Sphere | ( | const HC_POINT * | center, |
double | radius, | ||
const HC_POINT * | axis, | ||
const HC_POINT * | ortho | ||
) |
Generates a sphere.
center | - An x-y-z triplet for the coordinates of center the sphere. (A simple array of three elements may also be used in most languages.) Passed by reference always. |
radius | - Length of the radius of the sphere. |
axis | - Vector that points in the longtitudal/vertical direction. If null then a default value of <0,10,0> is applied. |
ortho | - Vector that points in the latitudal/horizontal direction. If null then a default value of <1,0,0> is applied. |
The sphere primitive is tesselated at draw time which can greatly reduce the memory footprint of an application in which spheres are widely used. The tesselation of the sphere is controlled by the "sphere" option within the "tesselation" Rendering_Option.