wwwmwww User
 Posts: 1,230 | Re: Real Time CSG Ray Tracer... on Friday, March, 31, 2006 12:17 PM
luggage Wrote:Hmm - I should be able to tell, shouldn't I? I cannot check the source code right now but I *guess* one of the shapes is a box and the other one is made of intersection planes. But it does not really make sense to me.
If the box is rendered without border that would be an error and I will correct that (quite easily). I will check my source code as soon as possible  |
Correct... the second image above is this...
box {, pigment {color rgb }}
The first image is...
intersection {
plane {, 0}
plane {, 0}
plane {, 0}
plane {, 2}
plane {, 1.5}
plane {, 1}
pigment {color rgb }
}
Carl
 |
luggage User
 Posts: 0 | Re: Real Time CSG Ray Tracer... on Friday, March, 31, 2006 1:36 PM
wwwmwww Wrote:
Correct... the second image above is this...
box {, pigment {color rgb }}
The first image is...
intersection {
plane {, 0}
plane {, 0}
plane {, 0}
plane {, 2}
plane {, 1.5}
plane {, 1}
pigment {color rgb }
}
Carl |
Phuu, lucky me... This is an error then. I promise to corect that one
Martin
|
|