Announcement
Collapse
No announcement yet.
Problems displacing sinusoidal-type cladding
Collapse
X
-
Problems displacing sinusoidal-type cladding
Kind Regards,
Richard Birket
----------------------------------->
http://www.blinkimage.com
----------------------------------->Tags: None
-
I guess you just need a smoother/wider transition between black and white. as you can see from your screengrab, once applied to the plane, the gradient creates quite a narrow white line, which in turn, once displaced, form a peak instead of a curve.
edit:
Originally posted by joconnell View PostYou could try modelling the geo in max as a repeating patch, then render a floating point tif of a zdepth channel that covers it to get a nice pure source.Last edited by rivoli; 05-07-2011, 08:37 AM.
Comment
-
First thing I did was try the max gradient map. I think I figured that it was my blur was set to 0.001! If I crank it up to 0,5, the smooth curves start to appear.
I also considered modelling a small repeating pattern, but I couldn't work out how to create a zdepth properly. I guess I'd have to create a camera looking down and choose a zdepth start and distance value that accurately matches the geometry. I wasn't sure how the camera perspective would work though...Kind Regards,
Richard Birket
----------------------------------->
http://www.blinkimage.com
----------------------------------->
Comment
-
Originally posted by joconnell View PostRender from a front, top or side viewport and it'll behave. Or turn you camera to orthographic. I think dmitri did a little thing on it a while back for chain mail / linked fences?Kind Regards,
Richard Birket
----------------------------------->
http://www.blinkimage.com
----------------------------------->
Comment
-
Next problem. I am getting horrible triangular shading that conincides with the subdivide modifier I have applied to the perimeter line. The line is imported from Autocad, a subdivide modifier applied to that (set to 5000mm), UVW applied to that and then the VrayDisplaceMod on top. Any ideas?
This is one of the reasons we tend not to use displacement, but there must be a good way to solve it.Kind Regards,
Richard Birket
----------------------------------->
http://www.blinkimage.com
----------------------------------->
Comment
-
Kind Regards,
Richard Birket
----------------------------------->
http://www.blinkimage.com
----------------------------------->
Comment
-
If you can - 2D mapping in the disp modifier should clear that up.www.dpict3d.com - "That's a very nice rendering, Dave. I think you've improved a great deal." - HAL9000... At least I have one fan.
Comment
-
Originally posted by tricky View PostNext problem. I am getting horrible triangular shading that conincides with the subdivide modifier I have applied to the perimeter line.
Comment
-
Originally posted by rivoli View Postsubdivide won't work well with displacement. the modifier was meant as a help for radiosity, where you needed triangulated objects for better solutions, but vray displacement needs clean, all quads geometry to work best. imported geometry, if not cleaned up having displacement in mind, might not work at all.Kind Regards,
Richard Birket
----------------------------------->
http://www.blinkimage.com
----------------------------------->
Comment
-
Also I'd imagine that Autocad doesn't do the best job of making geometry. The vray displace is like pretty much any other subdivision so it'll work best on a model that has evenly spaced, roughly square shaped quads. I could see autocad doing some pretty manky tesselation, similar to what'd happen if you convert a closed spline shape into a mesh or extrude it - it'll do a really shitty job with long thin triangles flying all over the place. Maybe look at quadrangulate or even horror of all horrors, do a re-model depending on what it is you're doing.
Comment
Comment