Home
last modified time | relevance | path

Searched refs:iCylinderMethods (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/rayshade/rayshade.4.0/libray/libobj/
H A Dcylinder.c26 static Methods *iCylinderMethods = NULL; variable
62 if (iCylinderMethods == (Methods *)NULL) { in CylinderMethods()
63 iCylinderMethods = MethodsCreate(); in CylinderMethods()
64 iCylinderMethods->name = CylinderName; in CylinderMethods()
69 iCylinderMethods->uv = CylinderUV; in CylinderMethods()
71 iCylinderMethods->stats = CylinderStats; in CylinderMethods()
72 iCylinderMethods->checkbounds = TRUE; in CylinderMethods()
73 iCylinderMethods->closed = FALSE; in CylinderMethods()
75 return iCylinderMethods; in CylinderMethods()
238 if (iCylinderMethods)
[all …]