[vtkusers] vtkInteractorStyle and animation

Akshay Sthapit sthapit at yahoo.com
Wed Jul 28 19:11:31 EDT 2004


Can someone please tell me why the following code causes a crash?  I'm
trying to create a simple animation

---------------------------------------------------------
vtkInteractorStyle *style = vtkInteractorStyle::New();
style->StartAnimate();

vtkRenderWindowInteractor *iren = vtkRenderWindowInteractor::New();
iren->SetRenderWindow(renWin);
iren->SetInteractorStyle(style);
iren->Start();
----------------------------------------------------------

Thanks!
Akshay

email:  sthapit AT yahoo.com


	
		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 



More information about the vtkusers mailing list