|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Lens flare added with GIMP. Temporary addition until I figure out how to do that
in Pov. And maybe I'll add some more stuff.
Post a reply to this message
Attachments:
Download 'earth.jpeg.jpg' (37 KB)
Preview of image 'earth.jpeg.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"jhu" <nomail@nomail> wrote:
> Lens flare added with GIMP. Temporary addition until I figure out how to do that
> in Pov.
Have you seen Chris Colefax's Lens Effects (LNSEFCTS.INC) or Nathan Kopp's
NKFlare.inc?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Cousin Ricky" <ric### [at] yahoocom> wrote:
> "jhu" <nomail@nomail> wrote:
> > Lens flare added with GIMP. Temporary addition until I figure out how to do that
> > in Pov.
>
> Have you seen Chris Colefax's Lens Effects (LNSEFCTS.INC) or Nathan Kopp's
> NKFlare.inc?
I get severe rendering artifacts with those. Oh well, GIMP's lens flare is good
enough for now.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 6/07/2011 23:42, jhu wrote:
> "Cousin Ricky"<ric### [at] yahoocom> wrote:
>> "jhu"<nomail@nomail> wrote:
>>> Lens flare added with GIMP. Temporary addition until I figure out how to do that
>>> in Pov.
>>
>> Have you seen Chris Colefax's Lens Effects (LNSEFCTS.INC) or Nathan Kopp's
>> NKFlare.inc?
>
> I get severe rendering artifacts with those. Oh well, GIMP's lens flare is good
> enough for now.
they're not perfect indeed.. I tried to improve on those; results can be
seen in my Babylon-video (link to youtube on p.b.animations) where I
used it quite a lot, but unfortunately I haven't got around to releasing
the sourcecode for that lensflare-system.
the problem isn't the code itself, I think it works almost perfectly..
the problem is the documentation, or rather: the lack of documentation
:/ I just can't seem to make the time to write some..
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Zeger Knaepen <zeg### [at] povplacecom> wrote:
> On 6/07/2011 23:42, jhu wrote:
> > "Cousin Ricky"<ric### [at] yahoocom> wrote:
> >> "jhu"<nomail@nomail> wrote:
> >>> Lens flare added with GIMP. Temporary addition until I figure out how to do that
> >>> in Pov.
> >>
> >> Have you seen Chris Colefax's Lens Effects (LNSEFCTS.INC) or Nathan Kopp's
> >> NKFlare.inc?
> >
> > I get severe rendering artifacts with those. Oh well, GIMP's lens flare is good
> > enough for now.
>
> they're not perfect indeed.. I tried to improve on those; results can be
> seen in my Babylon-video (link to youtube on p.b.animations) where I
> used it quite a lot, but unfortunately I haven't got around to releasing
> the sourcecode for that lensflare-system.
>
> the problem isn't the code itself, I think it works almost perfectly..
> the problem is the documentation, or rather: the lack of documentation
> :/ I just can't seem to make the time to write some..
Well, this is what I get. It worked back when I was using 3.1g. Maybe the light
source is too far away?
Post a reply to this message
Attachments:
Download 'earth.png' (95 KB)
Preview of image 'earth.png'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 7/07/2011 1:39, jhu wrote:
> Well, this is what I get. It worked back when I was using 3.1g. Maybe the light
> source is too far away?
light distance shouldn't matter AFAIK, in all honesty, I think you're
just doing something wrong :)
I'll see if I can write some basic documentation for my lensflaresystem
later today.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 7-7-2011 1:39, jhu wrote:
> Well, this is what I get. It worked back when I was using 3.1g. Maybe the light
> source is too far away?
Maybe it needs replacement of ambient by emission?
Thomas
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 7/6/2011 4:20 PM, Cousin Ricky wrote:
> "jhu"<nomail@nomail> wrote:
>> Lens flare added with GIMP. Temporary addition until I figure out how to do that
>> in Pov.
>
> Have you seen Chris Colefax's Lens Effects (LNSEFCTS.INC) or Nathan Kopp's
> NKFlare.inc?
>
>
I tried using it recently and apparently the colors are now messed up
due to the new gamma system. Not easy to fix, since they use partially
opaque textures, and since the gamma fix outlined on the wiki doesn't
take opacity into account.
--
http://isometricland.com
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Zeger Knaepen <zeg### [at] povplacecom> wrote:
> On 7/07/2011 1:39, jhu wrote:
> > Well, this is what I get. It worked back when I was using 3.1g. Maybe the light
> > source is too far away?
>
> light distance shouldn't matter AFAIK, in all honesty, I think you're
> just doing something wrong :)
>
> I'll see if I can write some basic documentation for my lensflaresystem
> later today.
I set
#declare effect_always_on_top=0;
and get the following (the prior image is with effect_always_on_top = 1).
However, now the lens flare goes behind the planet. So, now it's render errors
or having the effect end up behind objects.
Post a reply to this message
Attachments:
Download 'earth.png' (141 KB)
Preview of image 'earth.png'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 7/07/2011 15:38, jhu wrote:
> Zeger Knaepen<zeg### [at] povplacecom> wrote:
>> On 7/07/2011 1:39, jhu wrote:
>>> Well, this is what I get. It worked back when I was using 3.1g. Maybe the light
>>> source is too far away?
>>
>> light distance shouldn't matter AFAIK, in all honesty, I think you're
>> just doing something wrong :)
>>
>> I'll see if I can write some basic documentation for my lensflaresystem
>> later today.
Ok, it's not really perfectly documented, but at least it should be
clear how to use it now :)
see povray.binaries.scene-files :
news://news.povray.org:119/4e160413$1@news.povray.org
I hope it's usefull to you!
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |