2

I am trying to build my own spaceship according to the spaceship tutorial created by BlenderGuru.

However, there' s a problem with the UV map I have created for the spaceship. model, UVs, material nodes

As you can see, I have already added the image to the node editor and connected it to a displacement socket and added the image to the UV image editor.

I am clueless what might cause the problem. Maybe you could help me to solve this problem. Here' s an additional image of the UV map I've created for the spaceship.  texture map

Here is the .blend file:

  • Try to enable "keep UV and edit mode mesh in sinc" and select the areas on the mesh which you want to have Displacement map on them, then make sure they are fine with the UV Texture(layout) – A.D. Aug 04 '15 at 21:02
  • In the image I added, the UV map is correctly placed over the object. :S – TheLast_BlenderBender Aug 04 '15 at 21:35
  • Did you tried to add Displacement through the Displacement Modifier ? – A.D. Aug 04 '15 at 21:37
  • I tried, but it doesn' t give me the look like there was in the video. By the way, I am sure he didn't use displacement modifier in the video. It must be done some other way. I must have missed something important..

    The video is here: youtube.com/watch?t=1811&v=06A_l95vJWw. Watch it from the 30th minute.

    – TheLast_BlenderBender Aug 04 '15 at 21:53
  • I think I know, did you subdivide the mesh? displace only works on geometry that is there, no vertex to move = looks like it does not do anything? – BluePrintRandom Aug 06 '15 at 07:51

3 Answers3

3

Duplicated Material output node

Even though it seems to be one, if you try to grab it and move it slightly you should discover that there's another one just behind it.

enter image description here enter image description here

When you have multiple material output, Blender set as active the last selected of them. As in your setup Shader/Surface and Displacement are in different output node, you cannot see both effect at the same time.

Delete one material output node and plug the cables in the other.

enter image description here

Carlo
  • 24,826
  • 2
  • 49
  • 92
  • Oh. Damn. I feel so ashamed now. I didn't know the problem is caused by this..

    I truly thank you all for trying to help me and Carlo, thanks for your solution. (still feeling so bad that the problem had so easy solution)..

    – TheLast_BlenderBender Aug 06 '15 at 09:59
1

Try adding a UV map node and plugging it into the image texture's vector input.

enter image description here

For more on texture coordinates see this answer.

PGmath
  • 25,106
  • 17
  • 103
  • 199
-1

In the texture tab, do you have UV mode selected?

for nodes you will need to use the output from the object node UV

BluePrintRandom
  • 656
  • 3
  • 13