Changeset 6141 for trunk/RNA3D/RNA3D_Renderer.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/RNA3D/RNA3D_Renderer.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/RNA3D/RNA3D_Renderer.cxx
r5390 r6141 112 112 113 113 void GLRenderer::DisplayHelixMidPoints(Texture2D *cImages){ 114 glPointSize(fHelixSize + 5); // size will be propo tional to the Helix Thickness specified !!114 glPointSize(fHelixSize + 5); // size will be proportional to the Helix Thickness specified !! 115 115 glBindTexture(GL_TEXTURE_2D, cImages->texture[CIRCLE]); 116 116 G->SetColor(RNA3D_GC_HELIX_MIDPOINT);
