User:Waldyrious

From KitwarePublic
Revision as of 19:33, 22 April 2016 by Waldyrious (talk | contribs)
Jump to navigationJump to search

I'm User:Waldir on Wikimedia wikis, having been an active editor since early 2005.

I live in Braga, Portugal and am currently a PhD student in Computer Generated Holography.

Todo

Notes

  • The default interactor style is "joystick camera", but the "trackball camera" style is more usable for experimentation. To use it:
   vtkSmartPointer<vtkInteractorStyleTrackballCamera> style =
     vtkSmartPointer<vtkInteractorStyleTrackballCamera>::New();
   interactor->SetInteractorStyle(style);