|
 |
Ash Holsenback <no### [at] spam com> wrote:
> On 12/5/20 12:35 PM, Ash Holsenback wrote:
> > On 12/5/20 12:02 PM, Julia wrote:
> >> Hi,
> >> there is another problem that i have been trying to figure out for the
> >> past
> >> week, but i'm just starting to give up.
> >> The problem is that there arent any shadows. Not only on the other
> >> side of the
> >> sphere but also when its in front of another nothing happens.
> >> Also when i dont put "ambiet" the spheres just get dark on both sides,
> >> still no
> >> shadow.
> >> here is the code:
> >>
> >> #include "colors.inc"
> >>
> >> camera {
> >> location <5,10,-60>
> >> look_at <0,0,0>
> >> angle 25
> >> }
> >> translate <9,0,0>
> >> rotate <0,-360*clock,0>
> >> }
> >>
> >>
> >> thanks for help :))
> >>
> >> try the looks_like modifier on the light source... used that first
> > sphere you have defined just after the light source in the looks_like
> > definition
>
>
> hmmm... post screwed up here's what i meant to say:
>
> try the looks_like modifier on the light source... use that first
> sphere you have defined just after the light source in the looks_like
> definition
i tried that but it did not changed anything
thanks anyway
Post a reply to this message
|
 |