06-29-2010 11:59 AM
I have a 3D object using Scene Window and I would like it to be displayed in front of a 2-D planar image as a scene background. Is there any way to do this, either using an image file or drawing lines within the scene?
Thanks!
06-29-2010 02:18 PM
alternatively, if anyone knows how to apply texture to a 3D mesh, that would work as well. Thanks!
06-30-2010 10:40 AM
to use 2D on the 3D environment, you have to create a object in 3D with one of dimensions very small. For example, a Box with height 1E-6 will be a square. After that, apply texture to the box. This will show the object with the image you want.
LabVIEW has a shipping example that shows how to apply texture on spheres.
C:\Program Files\National Instruments\LabVIEW 2009\examples\picture\3D Picture Control\solarsystem.vi
This should do what you are looking for...
03-18-2012 09:19 PM
Can u show how to do like a boat on the water with water as an image as the background?
03-21-2012 04:27 PM
Hi id,
I think that you are talking about something like this example. I hope this one helps. You can look for more example code at ni.com/code.
Reagards,