Ok,you guys were absolute
right.It was definitely my fault.
It was a missing Transform shader that caused the difference
in the other
file.As soon as that was added it was indeed the
same result as with the CT with a patch size of 1.
Still interesting enough to me.
My apologies to anyone thinking I've wasted their time.
In the meantime I read your post with TG open Jon and now
I can say that what you suggested is pretty similar to what
I like to do.Only that I connect the PF directly to the displ
shader and control the height with that.Of course I would have
to use a Displacement to scalar,if I'm not mistaken, to use it
with a Build vector.
The Build vector thing is indeed a cool variation I didn't think
of myself before.
Your suggestion is a good example for the differences between
color based displacement and the built in displ of a PF.
This difference is what I don't understand and one of the reasons
I decided to work with color based displ rather.
Again thanks for your input,I do appreciate.
Well,errh,I had another idea in regard to the use of a Compute normal,
which I wanted to test.And so I did.
I wanted to find out,if it would be possible to apply that method to just
a part of a
terrain.So that there would be the main portion of the terrain
with the CT (default patch size) only and a small area with the CN to get
a better resolution or whatever you call that.
I made a separate node chain for the SSS-block,the CN and the surface
layer for the displ and connected it to another surface layers child input.
The main node chain has an identical SSS-block that is connected as
usual.
And it seems to work, only the SSS-block of the child chain is getting
the "higher resolution" displacement.
[attach=1]
Then I wanted to apply what I just learned and replaced the CN with
a CT with the patch size set to 1. I did nothing else,at least nothing
I'm aware of.
This is the result.
[attach=2]
Thereafter I tried it with World space disabled,same result.
Any ideas as to what may cause the difference here?
Edit: forgot to say the SSS-block with the CN/CT is on the right hand side.