POV-Ray : Newsgroups : povray.binaries.images : missing part of object with julia fractal Server Time
10 Aug 2024 03:17:02 EDT (-0400)
  missing part of object with julia fractal (Message 1 to 7 of 7)  
From: Floyd
Subject: missing part of object with julia fractal
Date: 5 Nov 2004 11:55:01
Message: <web.418badcbdf608d885ca17c0e0@news.povray.org>
Hey Guys,
This is my first post.  I've just discovered povray and have enjoyed playing
around with it for a couple weeks now.  But, there is one scene I'm putting
together that has me pulling my hair out trying to figure out what's going
on.  I'm trying to take a "bite" out of a "glass" object (union of several
nested objects) with a difference statement and a julia fractal (the julia
surface really gives it a broken-solid-glass look). Everything has worked
fine up till this point; here is the bit of code:


difference {
 object {paperweight translate <-2,0.9,-4>}
 julia_fractal
  { <0.1,-0.3,-0.2,-0.2>
    quaternion sqr
    max_iteration 8
    precision 50
        pigment {
      bozo scale 0.4  rotate y*85
      color_map {
        [0.2  color <0,0,1,0.5>]
        [0.4  color <1,1,1,1>]
      }  }
   finish {ambient 0.3 reflection 0.2 ior 1.01}
    rotate y*-20
    scale 1.5
    translate <-1.5,6.4,-4>
  }
}

The problem is when the julia fractal is subtracted the lower half of the
object disappears (see attached image; both non-spoon objects should be egg
shaped), but the color shadow and reflection remains. I've
had a look at FAQs and done things like increase max_trace_level, but I
can't seem to find a way around it.  Sorry if this is an obvious newby
mistake
and thanks for any pointers.
- Floyd


Post a reply to this message


Attachments:
Download 'julia_missing2.jpg' (195 KB)

Preview of image 'julia_missing2.jpg'
julia_missing2.jpg


 

From: ABX
Subject: Re: missing part of object with julia fractal
Date: 5 Nov 2004 12:15:37
Message: <28dno0dl7go6gs2avcriu6ns6vkv1gplcg@4ax.com>
On Fri,  5 Nov 2004 11:49:44 EST, "Floyd" <nomail@nomail> wrote:
> julia

nice name for that bluish smiled ghost on the desk

ABX


Post a reply to this message

From: Floyd
Subject: Re: missing part of object with julia fractal
Date: 5 Nov 2004 17:10:00
Message: <web.418bf90aa0ab11605ca17c0e0@news.povray.org>
>
> The problem is when the julia fractal is subtracted the lower half of the
> object disappears (see attached image; both non-spoon objects should be egg
> shaped), but the color shadow and reflection remains. I've
> had a look at FAQs and done things like increase max_trace_level, but I
> can't seem to find a way around it.
>

I noticed when moving the fractal around the the missing edge moved with it
and appeared box-like.  I tried this, with no idea if it would work, and it
did!

Bounding=off

It renders much slower now.  When it's done I'll post a new version.
- Floyd


Post a reply to this message

From: A Luchuk
Subject: Re: missing part of object with julia fractal
Date: 6 Nov 2004 00:34:35
Message: <418c626b@news.povray.org>
Im trying to do something similiar, Im subrtacting an isosurface from a 
box filled with water. I was originally planning to fill the bubbles 
with media, but I still havnt worked out all the details of the 
reflecting/refracting surfaces. since the surface of the bubble is a 
very comples distortion of the images of the inside of the bubble and 
outside its hard to see the media.
so far my biggest confusion has been with choice of object to make 
hollow. I know that the bubbles are hollow, but does the water box need 
to be hollow in order for the media to work inside the bubbles?
attached are two bubbles, the one on the right has a negative ior. the 
bubbles are hollow, but the box is not. the media is 
next...{bubble_(1_-1 ior).jpg)

the bubble here is only part of image, im going to attempt ro tender 
this voernight, and see if there are any more 
changes...{bulbble_(max_trace10).jpg)


Post a reply to this message


Attachments:
Download 'bubble(1_-1-ior).jpg' (123 KB) Download 'bubble(max_trace10).jpg' (33 KB)

Preview of image 'bubble(1_-1-ior).jpg'
bubble(1_-1-ior).jpg

Preview of image 'bubble(max_trace10).jpg'
bubble(max_trace10).jpg


 

From: Floyd
Subject: Re: missing part of object with julia fractal
Date: 6 Nov 2004 10:20:01
Message: <web.418cea77a0ab11605ca17c0e0@news.povray.org>
"Floyd" <nomail@nomail> wrote:
>
> I tried this, with no idea if it would work, and it
> did!
>
> Bounding=off
>
> It renders much slower now.  When it's done I'll post a new version.
>

Here is the next stage with broken glass and whole objects.  Can the
bounding region be increased rather than turned off completely?
- Floyd


Post a reply to this message


Attachments:
Download 'double_yolk_midnight_breakfast_6-trim.jpg' (443 KB)

Preview of image 'double_yolk_midnight_breakfast_6-trim.jpg'
double_yolk_midnight_breakfast_6-trim.jpg


 

From: JS
Subject: Re: missing part of object with julia fractal
Date: 6 Nov 2004 13:29:02
Message: <pan.2004.11.06.18.27.42.605165@spammers.allowed>
On Sat, 06 Nov 2004 10:15:03 -0500, Floyd wrote:

> "Floyd" <nomail@nomail> wrote:
>>
>> I tried this, with no idea if it would work, and it did!
>>
>> Bounding=off
>>
>> It renders much slower now.  When it's done I'll post a new version.
>>
>>
> Here is the next stage with broken glass and whole objects.  Can the
> bounding region be increased rather than turned off completely? - Floyd

According to Povray documentation from the website, yes, with the
"contained by box { }" or "contained by sphere { }" keyword.

See http://www.povray.org/documentation/view/3.6.1/300/


Post a reply to this message

From: JS
Subject: Re: missing part of object with julia fractal
Date: 6 Nov 2004 17:21:16
Message: <pan.2004.11.06.22.19.55.932682@spammers.allowed>
On Sat, 06 Nov 2004 20:27:46 +0200, JS wrote:

> On Sat, 06 Nov 2004 10:15:03 -0500, Floyd wrote:
> 
>> "Floyd" <nomail@nomail> wrote:
>>>
>>> I tried this, with no idea if it would work, and it did!
>>>
>>> Bounding=off
>>>
>>> It renders much slower now.  When it's done I'll post a new version.
>>>
>>>
>> Here is the next stage with broken glass and whole objects.  Can the
>> bounding region be increased rather than turned off completely? - Floyd
> 
> According to Povray documentation from the website, yes, with the
> "contained by box { }" or "contained by sphere { }" keyword.
> 
> See http://www.povray.org/documentation/view/3.6.1/300/

Ups... It's "contained_by", not "contained by".


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.