|
 |
Glen Berry <7no### [at] ezwv com> wrote...
> On Mon, 15 May 2000 12:21:48 -0400, "Nathan Kopp" <Nat### [at] Kopp com>
> wrote:
>
> >fixed Noise (this affects wrinkles, bozo, bumps, dents, turbulence, and
> >noise3d)
>
> Does this refer to the "plateau" effect? That would be good news.
>
It does, but watch out, because it can cause scenes, especially ones using
media with patterned density, to act differently than they used to.
-Nathan
Post a reply to this message
|
 |
|
 |
My best regards for 0.5!
I found that next three lines 2345, 2346 and 2347
are unnecessary in file parse.c
In case that I miss the numbers:
In function --Parse_Disc-- and enclosed in --#else-- and --#endif--
/* Calculate info needed for ray-disc intersections */
VDot(Object->d, Object->center, Object->normal);
Object->d = -Object->d;
And why:
in --Compute_Disc-- we have --Transform_Disc--
--Transform_Disc-- recalculate d.
Little feature request:
disc{ <1,2,3>,<4,5,6> } to be same as disc{ <1,2,3>,<4,5,6>, 1 }
Default radius is 1.0
I was try to made it, but...
--
***************************
dmi### [at] xoommail com
http://members.xoom.com/dmilos/
***************************
Nathan Kopp <Nat### [at] Kopp com> wrote in message
news:392024a9$1@news.povray.org...
> The Windows version of MegaPov 0.5 is finally ready for download! The Mac
> version should be ready later today also, and hopefully other OSs will
> follow soon.
>
> You can get it here:
> http://nathan.kopp.com/patched.htm
>
> -Nathan Kopp
> -----------------------------------
>
> May 15, 2000 - WinMegaPov 0.5 - 23 bug fixes, 5 new features, 6
> enhancements, 5 speed optimizations, 1 removal
>
> added new filters by Chris Huff for post processing: add, clip_colors,
> color_matrix, convolution_matrix, exponent, find_edges, invert, multiply,
> normal, patterned_blur, posterize, stars.
> added Chris Huff's inverse_transform patch
> added Chris Huff's parse-transform patch
> added pigment pattern (no more need for reset_children)
> added cross-section texturing (cutaway_texture)
> enhanced focal_blur post process to allow anti-aliasing
> enhanced motion blur to include support forlights
> enhanced error for post_process if no output file is used
> enhanced autostop
> enhanced pass_through
> enhanced post-processing to write to a separate file
> optimized macro speed
> optimized constant scattering media for speed
> optimized for speed with memory allocation caches
> optimized speed for planes, discs
> optimized speed for area_light
> removed #create (related to persistent scene objects - use 'label'
instead)
> fixed bug with photons on a texture_map
> fixed media method 3 brightness bug
> fixed a bug in orient area_lights
> fixed cylinder cameras (up and right vectors work again)
> fixed some photon gathering issues
> fixed continued render with post_process
> fixed smooth height field double illumination 'bug'
> fixed pict+post_process (Macintosh) bug
> fixed media transformation bug
> fixed memory leak in eval_pat
> fixed radiosity crash
> fixed macro bug
> fixed PNG+post_process bug
> fixed problem using #fread with a file containing garbage
> fixed Noise (this affects wrinkles, bozo, bumps, dents, turbulence, and
> noise3d)
> fixed some speed problems
> fixed #version precision errors problems
> fixed macro speed problem (for unused macros)
> fixed %s error line bug
> fixed the cabs2,creal, and cimg bugs
> fixed DOS macro problems (read files as binary)
> fixed potential crash problem
> fixed bug with global ini options for image width and height
>
>
Post a reply to this message
|
 |
|
 |
On Sat, 20 May 2000 02:00:29 +0200, "Dejan D. M. Milosavljevic"
<dmi### [at] xoommail com> wrote:
>Little feature request:
> disc{ <1,2,3>,<4,5,6> } to be same as disc{ <1,2,3>,<4,5,6>, 1 }
>Default radius is 1.0
Are you sure you wouldn't prefer a default radius of 0.5? That would
provide a "unit disc", with a *diameter* of 1. That seems more useful
to me.
Later,
Glen Berry
Post a reply to this message
|
 |