Skip to content
Snippets Groups Projects
Commit f917fa47 authored by Marco Biasini's avatar Marco Biasini
Browse files

Don't display profile normals in SLINE mode

parent 536b9c4e
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ void SlineRenderer::PrepareRendering(const BackboneTrace& trace_subset,
VertexID p1 = va.Add(sit->position, geom::Vec3(),sit->color1);
va.AddLine(p0,p1);
p0=p1;
#if 1
#if 0
VertexID p2 = va.Add(sit->position+sit->direction,geom::Vec3(),Color(0,1,0));
VertexID p3 = va.Add(sit->position+sit->normal,geom::Vec3(),Color(1,0,0));
VertexID p4 = va.Add(sit->position+sit->v2,geom::Vec3(),Color(1,0,1));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment