[vtkusers] BUG in 5.2

Michael Jackson mike.jackson at bluequartz.net
Tue Sep 30 11:41:39 EDT 2008


http://public.kitware.com/Bug/view_all_bug_page.php

Mike

On Sep 30, 2008, at 11:19 AM, Anka Kochanowska wrote:

> Hi!
> I cannot find information how to report a bug, I am sorry. Wiki says:
> >>You'll need an email to report a bug. To improve the chance of a  
> bug being fixed, do not hesisitate to add as many details as  
> possible, a demo sample code + sample data is always a good idea.  
> Providing a patch almost guarantees that your patch will be  
> incorporated into VTK. <<
> (there is an error in the text also - hesisitate:-)
>
> What e-mail do I need ????
>
>
> I tested the following code in vtk 5.0 and 5.2. In 5.0 only tip  
> points of the axes are visible, in 5.2 the lines are visible.
> Is it intentional?
>
> vtkAxes * axesSource = vtkAxes::New();
>  axesSource->SetScaleFactor( 150 );
>  axesSource->SymmetricOn();
>  axesSource->ComputeNormalsOff();
> vtkPolyDataMapper *axesMapper = vtkPolyDataMapper::New();
>  axesMapper->SetInput(axesSource->GetOutput());
>  axesMapper->SetScalarVisibility( 1 );
> vtkActor *axesActor = vtkActor::New();
>  axesActor->SetMapper( axesMapper );
> vtkProperty *property = vtkProperty::New();
>  property->SetRepresentation( VTK_POINTS );
>     axesActor->SetProperty( property );
>
> Anka
>
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers




More information about the vtkusers mailing list