[vtkusers] VTKParametricEllipsoid performance
Jose Ignacio Prieto
joseignacio.prieto at gmail.com
Thu Dec 19 09:52:03 EST 2013
My point is that I am setting a cutting plane for the ellipsoid inside the
parametric equation. I am leaving point x,y,z =0 after the plane, also with
derivatives DU and DV. So in the borders it doesn't look nice with a
resolution of 64 points. I attach a pic to let you get an idea. Thanks
On Thu, Dec 19, 2013 at 11:39 AM, Jose Ignacio Prieto <
joseignacio.prieto at gmail.com> wrote:
> Hi Andrew,
> I am contacting you because of the parametric ellipsoid class you created.
> It works fine for me with a resolution of 64 in the lines:
>
> parametricFunctionSource->SetUResolution(1024);
>
> parametricFunctionSource->SetVResolution(1024);
>
> parametricFunctionSource->SetWResolution(1024);
>
> parametricFunctionSource->SetScalarModeToNone();
>
> parametricFunctionSource->GenerateTextureCoordinatesOff();
>
>
> parametricFunctionSource->SetParametricFunction(Ellipsoid);
>
> parametricFunctionSource->Update();
>
> but when I move to a bigger resolution like 1024 it gets completely slow. I tried moving to OpenGL mapper and actor but nothing. My graphics card is an AMD W7000 (fast) so its not hardware problem. What can I do to tweak it and get a smoother look?
>
>
> Thanks!
>
>
> Ignacio Prieto
>
>
>
> --
> José Ignacio Prieto
> Software developer
> Biomedical Imaging Center
> Pontificia Universidad Catolica de Chile
>
--
José Ignacio Prieto
celular(nuevo): 94348182
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20131219/6d6eb80d/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ellipsoid.jpg
Type: image/jpeg
Size: 66398 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20131219/6d6eb80d/attachment.jpg>
More information about the vtkusers
mailing list