outlines in voiv examples

New Message Reply Date view Thread view Subject view Author view

From: WR (remusl@usa.net)
Date: 04/10/2000 12:05:18


Hi,

Is there a way to remove the yellow, blue, and white lines rendered in the
voiv examples? I have tried to remove few statements in the following function
in the voivGeometry.cxx file. The lines still show in the result.

void voivGeometry::GLRender(SoGLRenderAction *action) {
......
......
    // draw tetra outlines
    glColor4f(1.0, 1.0, 0.0, 1.0);
    glPolygonMode(GL_FRONT_AND_BACK, GL_LINE);
    voGeometryActions::draw(aTetraSet, interleavedArrayFormat);
    glPolygonMode(GL_FRONT_AND_BACK, GL_FILL);

.....

}

Thanks a lot for the help.

Remus

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1


New Message Reply Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Wed Apr 19 2000 - 11:32:42 PDT