|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Here is my wall so far. I like the fact that the bricks are irregular.
However, the edges of each brick is still too sharp. If I could soften
the edges and corners, that would be great.
Michael
Post a reply to this message
Attachments:
Download 'rgb_lights_a.pov.txt' (5 KB)
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Mike Horvath <mik### [at] gmailcom> wrote:
> Here is my wall so far. I like the fact that the bricks are irregular.
> However, the edges of each brick is still too sharp. If I could soften
> the edges and corners, that would be great.
>
>
> Michael
Well, if you want them more irregular, your f_wrinkles value needs to get
multiplied - 1.2 - 2 looks good.
Or you could use a round_box object for the bricks and subtract a single
translated wavy isosurface from its face and edges.
That would probably be MUCH faster than calculating all those isosurfaces.
Creating a mesh or a heightfield to do it would be faster still.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I made one with prism bricks with a normal, over a plane with a normal.
I left the 2 points bracketing each [implied] corner unperturbed, but that's
easily changed.
3.562 seconds
Post a reply to this message
Attachments:
Download 'horvath_smooth_brick_wall.png' (540 KB)
Preview of image 'horvath_smooth_brick_wall.png'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 5/28/2019 9:28 PM, Bald Eagle wrote:
> I made one with prism bricks with a normal, over a plane with a normal.
> I left the 2 points bracketing each [implied] corner unperturbed, but that's
> easily changed.
>
>
> 3.562 seconds
>
This is what I am using currently. I will keep poking around over the
next few days.
Michael
Post a reply to this message
Attachments:
Download 'rgb_spotlights_a_01.png' (2761 KB)
Preview of image 'rgb_spotlights_a_01.png'
|
|
| |
| |
|
|
|
|
| |