|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I have a head model made in spatch/hammapatch
that, once scaled down, has a hole in the face.
I seem to recall a fix for this but I can't remember
what.
--
Phil
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Phil Clute <pcl### [at] tiacnet> wrote:
> I have a head model made in spatch/hammapatch
> that, once scaled down, has a hole in the face.
> I seem to recall a fix for this but I can't remember
> what.
Don't scale it down? ;)
--
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
smart ass ;)
--
Phil
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Phil Clute wrote:
>I have a head model made in spatch/hammapatch
>that, once scaled down, has a hole in the face.
>I seem to recall a fix for this but I can't remember
>what.
>
>Phil
>
I remember reading that these problems often occur due to roundof errors
(and i have experienced simmilar problems that occured when changeing
the detail-level when describing a surface - i.e. for triangles at
a specific size caused strange lines in my surfaces).
The remedy was to change the scale factor a little bit (either up or down).
If this does not work, you could laborate with moving the camera back
instaed of scaling down the picture
Hope any of the above works in your case,
Jan
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Phil Clute" <pcl### [at] tiacnet> wrote in message
news:3e53e11c$1@news.povray.org...
| smart ass ;)
|
No, really. Is there a way to control the scale in Hamapatch? Best to
leave the mesh alone once it is formed in order to avoid precision
errors.
-Shay
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> If this does not work, you could laborate with moving the camera back
> instaed of scaling down the picture
Now that I think of it maybe I don't need to scale
it down. I'm using this as a sprite in a game so it
will end up being rendered separate from the background.
I'd still like to figure out a solution for any future
uses though. Oh well.
Thanks
--
Phil
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> Is there a way to control the scale in Hamapatch? Best to
> leave the mesh alone once it is formed in order to avoid precision
> errors.
I tried, it just makes it worse.
I don't need this right away anyhow. I guess
I'll just save this headache for another day.
I just thought I'd see if there was a simple fix.
--
Phil
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |