Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/RNA3D/RNA3D_Renderer.cxx

    r5390 r6141  
    112112 
    113113void GLRenderer::DisplayHelixMidPoints(Texture2D *cImages){ 
    114     glPointSize(fHelixSize + 5); // size will be propotional to the Helix Thickness specified !! 
     114    glPointSize(fHelixSize + 5); // size will be proportional to the Helix Thickness specified !! 
    115115    glBindTexture(GL_TEXTURE_2D, cImages->texture[CIRCLE]); 
    116116    G->SetColor(RNA3D_GC_HELIX_MIDPOINT);