Changeset 217 in svn
- Timestamp:
- Feb 2, 2009, 12:29:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/FROG/Includes/FROG/FROG_Element_Primitive_Cone.h
r111 r217 82 82 glRotatef(rotPhi ,0,1,0); 83 83 glRotatef(rotTheta,1,0,0); 84 double theta=atan(L/Radius);84 //double theta=atan(L/Radius); 85 85 if(Side==1){ 86 86 glBegin (GL_QUADS);
Note:
See TracChangeset
for help on using the changeset viewer.