POV-Ray : Newsgroups : povray.general : SEVERE shadow problems with Blender POV renders?? Is anyone familiar with i= : Re: SEVERE shadow problems with Blender POV renders?? Is anyone familiar wi= Server Time
3 May 2024 18:29:13 EDT (-0400)
  Re: SEVERE shadow problems with Blender POV renders?? Is anyone familiar wi=  
From: tmelram
Date: 18 Nov 2019 16:50:00
Message: <web.5dd311d7f0a1c145c8bf72b50@news.povray.org>
"jr" <cre### [at] gmailcom> wrote:
> hi,
>
> "tmelram" <taj### [at] yahoocom> wrote:
> > "jr" <cre### [at] gmailcom> wrote:
> > > hi,
> > >
> > > "tmelram" <taj### [at] yahoocom> wrote:
> > > > Hi, I am using Blender to model and wanted to use POV ray to render my scenes.
> > > > But, I'm getting serious shadow issues. There seem to be triangles near
wherever
> > > > there are shadows!
> > > >
> > > > A picture of the problem:
> > > > https://i.imgur.com/z6Ftxv6.png
> > > >
> > > > How can I remedy this??
> > >
> > > I guess it would be helpful to see the (generated) scene code.
> > >
> > >
> > > regards, jr.
> >
> > Sure, here you go:
> > ...
>
> not sure of the cause, but changing the light_source makes for a smooth shadow
> line, ie I did:
> >
> > //--Lamps--
> >
> #if (0)
> light_source {
>     < 0,0,0 >
>     color rgb<2, 2, 2>
>     spotlight
>     falloff 22.50
>     radius 19.125000
>     tightness 0
>     point_at  <0, 0, -1>
>     fade_distance 12.500000
>     fade_power 2
>     matrix <0.901870, 0.180445, -0.392519,  -0.417916, 0.594587, -0.686886,
> 0.109441, 0.783522, 0.611650,  0.000000, 18.516430, 14.742990>
> }
> > #declare lampTarget1= vrotate(<-0,14.74,-18.52>,<0.6492,-0.1814,0.4105>);
> #else
> light_source {0 colour srgb 1 parallel}
> #end
> > //--Material Definitions--
> > ...
>
> and no triangles.  hth.
>
>
> regards, jr.


Thanks, it worked!. But, it seems to have flipped the direction of the light.
It's either upside-down,backwards, or both. I chose a simple sphere with one
light just to test. But for a more complex scene it might help to know what
exactly did you change to make it so that there wouldn't be any triangles. What
did you do?

Also I found this article:
http://wiki.povray.org/content/Knowledgebase:The_Shadow_Line_Artifact

What do you think of it and the solutions?


Post a reply to this message

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