<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Hello,<br>
<br>
I have a scene with many spheres (about 100) in my QVTK-Widget.<br>
Now I would like to achieve that the radii of the spheres change automatically when a variable changes its value.<br>
<br>
Right now I add the spheres to the scene, start a timer and in the timer callback I change the radius of the SphereSources depending on the variable. Finally, I call
<span>qvtkwidget->update(); to update the spheres in my scene.<br>
<br>
It works, but i would like to improve the speed. Any ideas how to update spheres faster? Is there any possibility to only "re-render" one sphere and not the whole scene?<br>
<br>
Thank you!<br>
</span><br>
</p>
</div>
</body>
</html>