LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

3d textures

Hello!


I have a complex of 3d models. And I want to apply textures to this models. But I have a trouble.
First: when I apply the texture to c-form, I get flat color.

texture.PNG
Ok, maybe I'll split this form into priomitives, but when I apply the texture to cube, I see edges with repeated textures.

 

Can I apply something like this?

cube.png

 

And additional question: is it possible apply Reflection/Diffuse maps?
I've found Material property, but there are only one color, without maps.

0 Kudos
Message 1 of 6
(2,715 Views)

You need to explain a hole lot better what you want if you want our help.

 

Post what you have, so we don't have to guess what you have and then recreate it.

 


@Artem.SPb wrote:

Ok, maybe I'll split this form into priomitives, but when I apply the texture to cube, I see edges with repeated textures.


That is a property of the texture, IIRC.

 


@Artem.SPb wrote:

And additional question: is it possible apply Reflection/Diffuse maps?


I don't think so. Does not ring a bell...

0 Kudos
Message 2 of 6
(2,668 Views)

wiebe@CARYA wrote:

You need to explain a hole lot better what you want if you want our help.


I want to properly apply a texture to an object.
in my example, I have to get a real game bone (1-2-3-4-5-6), but I get all the edges the same.

 




That is a property of the texture, IIRC.

Which property?

I tried GenMode, but without success

 

texture.png

0 Kudos
Message 3 of 6
(2,654 Views)

Those VIs are pretty limited in what you can do, and actually occlude what's happening, IMHO.

 

Try doing it manually (sorry, can't make a snippet for a previous version):

Texture new.png

 

The same goes for the box. If you make your own box (or other object) from raw coordinates, you get the option to specify texture coordinates.

 

So this won't do what you need, but it will bring you tons of options to experiment with Smiley Wink.

Message 4 of 6
(2,628 Views)
0 Kudos
Message 6 of 6
(2,473 Views)