03-04-2016 09:20 AM - edited 03-04-2016 09:26 AM
Hi!
I have a 3D models exported to LabVIEW.
It work correctly but have low detalization. I see triangles and sometimes front elements hidden by back elements.
see example.
Also if I look to model far from the one, I see triangles.
But if I move closer I see better
and better image.
How can I improve quality of model?
Solved! Go to Solution.
03-07-2016 08:23 AM
Hi Artem.SPb,
Are you using the 3D Picture Control? Also, what is the physical size of the model and is it possible for you to attach the CAD file?
03-07-2016 11:17 AM
Yes, I use 3d-picture.
There is only one main part of full construction: https://yadi.sk/d/jeXUbOenpy9vK (100Mb) (full is 16 files, 500Mb).
I don't know physical size, I've get files from customer. May be 1 meter.
Also there is snippet of subVI for reading files.
model/texture - name of files
Scene in - all 3d picture which I'll connect to 3d-picture control.
03-08-2016 02:05 PM
Hi Artem.SPb,
There are several things could cause the issue here.
1.) It could be the limitation of the 3D Picture Control, as it is handling a fairly complex model. Try to scale the model down a bit and see if it makes any difference.
2.) The performance of the 3D Picture Control depends on your graphics card
3.) Adjusting the texture using the "Specials:Texturing Property" property node could help. The documentation is here: http://zone.ni.com/reference/en-XX/help/371361M-01/lvprop/sceneobject_specials058texturing/
03-08-2016 04:06 PM
Thanks. It's look much better.