LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

3d picture control, zoom to fit

Does somebody know how to do a "zoom to fit" for the 3d picture control ?
Actually I'm playing around with the LabView 8.2 Evaluation Software and I couldn't find it out.
 
Thanks,
  eis
 
 
0 Kudos
Message 1 of 3
(5,079 Views)
The only way to accomplish this is to write the algorithm yourself, which is a very non-trivial algorithm, particularly if your scene consists of simple primitives AND meshes.  It also depends on how exactly you want your zoom-to-fit to work.  Does it fit to all of the objects in the scene, or just to the closest one?  My only suggestion is to try and search for the algorithm that fits your needs on-line.
0 Kudos
Message 2 of 3
(5,054 Views)
You can create a property node for the 3D picture control and set it to autofocus.
Message 3 of 3
(4,757 Views)