Part: typos

This commit is contained in:
luzpaz
2017-12-24 11:35:40 -05:00
committed by wmayer
parent 7e2fce45c2
commit e883cbfdf3
11 changed files with 11 additions and 11 deletions

View File

@@ -468,7 +468,7 @@ void ViewProviderPartExt::attach(App::DocumentObject *pcFeat)
pShapeHints->vertexOrdering = SoShapeHints::COUNTERCLOCKWISE;
pShapeHints->shapeType = SoShapeHints::UNKNOWN_SHAPE_TYPE;
// Avoid any Z-buffer artefacts, so that the lines always appear on top of the faces
// Avoid any Z-buffer artifacts, so that the lines always appear on top of the faces
// The correct order is Edges, Polygon offset, Faces.
SoPolygonOffset* offset = new SoPolygonOffset();