Gui: Fix header uniformity, whitespace, and doxygen fixes

This commit is contained in:
luz paz
2020-11-25 22:03:45 -05:00
committed by wwmayer
parent c6faecdcee
commit 298c677873
283 changed files with 2026 additions and 1903 deletions

View File

@@ -129,17 +129,17 @@ SoAxisCrossKit::SoAxisCrossKit()
SO_KIT_CONSTRUCTOR(SoAxisCrossKit);
// Add the parts to the catalog...
SO_KIT_ADD_CATALOG_ENTRY(xAxis, SoShapeKit,
SO_KIT_ADD_CATALOG_ENTRY(xAxis, SoShapeKit,
true, this,"", true);
SO_KIT_ADD_CATALOG_ENTRY(xHead, SoShapeKit,
SO_KIT_ADD_CATALOG_ENTRY(xHead, SoShapeKit,
true, this,"", true);
SO_KIT_ADD_CATALOG_ENTRY(yAxis, SoShapeKit,
SO_KIT_ADD_CATALOG_ENTRY(yAxis, SoShapeKit,
true, this,"", true);
SO_KIT_ADD_CATALOG_ENTRY(yHead, SoShapeKit,
SO_KIT_ADD_CATALOG_ENTRY(yHead, SoShapeKit,
true, this,"", true);
SO_KIT_ADD_CATALOG_ENTRY(zAxis, SoShapeKit,
SO_KIT_ADD_CATALOG_ENTRY(zAxis, SoShapeKit,
true, this,"", true);
SO_KIT_ADD_CATALOG_ENTRY(zHead, SoShapeKit,
SO_KIT_ADD_CATALOG_ENTRY(zHead, SoShapeKit,
true, this,"", true);
SO_KIT_INIT_INSTANCE();
@@ -300,7 +300,7 @@ void SoRegPoint::GLRender(SoGLRenderAction *action)
SbVec3f p1 = base.getValue();
SbVec3f p2 = p1 + normal.getValue() * length.getValue();
glLineWidth(1.0f);
glColor3fv(color.getValue().getValue());
glBegin(GL_LINE_STRIP);