|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hiya folks,
Just for a laugh, has anyone thought of adding the option of which way
to render the image?
For example, bottom to top or right to left, instead of the regular top
to bottom starting at the left.
Once or twice i've thought it may be nice...
bep
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ben Paschke wrote:
> Hiya folks,
>
> Just for a laugh, has anyone thought of adding the option of which way
> to render the image?
> For example, bottom to top or right to left, instead of the regular top
> to bottom starting at the left.
> Once or twice i've thought it may be nice...
YKYBRTTL...
--
David Fontaine <dav### [at] faricynet> ICQ 55354965
My raytracing gallery: http://davidf.faricy.net/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
David Fontaine wrote:
> YKYBRTTL...
IHBRTTL...
--
Ken Tyler - 1400+ POV-Ray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I was about to say the same....
PSP or Photoshop are here for that.
Fabien
> David Fontaine wrote:
>
> > YKYBRTTL...
>
> IHBRTTL...
>
> --
> Ken Tyler - 1400+ POV-Ray, Graphics, 3D Rendering, and Raytracing Links:
> http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
David Fontaine wrote:
>
> YKYBRTTL...
what - when i need to see the last few lines of an image first? :)
yes, yes, render-subregion yada yada yada.
i said -first-, not -only-!
Lots of renderers dont start at the top left, some even start in the middle
and spiral outwards.
I tell you, it wouldn't be an altogether useless feature.
And yes, i have been raytracing too long. far too long. there's no hope...
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ben Paschke wrote in message <3A0A1728.6DED2CB0@rsp.com.au>...
>Hiya folks,
>
>Just for a laugh, has anyone thought of adding the option of which way
>to render the image?
>For example, bottom to top or right to left, instead of the regular top
>to bottom starting at the left.
>Once or twice i've thought it may be nice...
I'm working on random-order rendering.
--
Mark
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Allright! Woohoo!
> I'm working on random-order rendering.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ben Paschke wrote:
>
> Hiya folks,
>
> Just for a laugh, has anyone thought of adding the option of which way
> to render the image?
> For example, bottom to top or right to left, instead of the regular top
> to bottom starting at the left.
> Once or twice i've thought it may be nice...
>
Well, it's not for laugh, changing rendering order might speed up
rendering: if rendering is performed by buckets, lets say 32x32 pixels,
then renderer can take advantage of spatial coherence and use various
caching mechanisms more effectively. With current option (from left to
right) rays are hit all over the scene and almost all objects are being
hit during scanning one line, thus making cacheing less effective.
Perhaps this is not the issue with current implementation, but if
someone wants to implement true displacement mapping and use selective
surface division (only this bucket, which is hit, is displaced) to avoid
problems with memory, then this could give considerable speedup.
And with really large scenes, which require more memory, than available
(thus requiring use of swap space) it could be faster as well.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3A0A33FF.802E6A2B@club-internet.fr>, Fabien HENON
<ffj### [at] club-internetfr> wrote:
> I was about to say the same....
>
> PSP or Photoshop are here for that.
What do PSP and Photoshop have to do with rendering order? Or raytracing?
--
Christopher James Huff
Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/
<><
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ben Paschke wrote:
>
> Hiya folks,
>
> Just for a laugh, has anyone thought of adding the option of which way
> to render the image?
> For example, bottom to top or right to left, instead of the regular
> top to bottom starting at the left.
> Once or twice i've thought it may be nice...
camera {
sky -y
location MyCamLoc
look_at MyCamView
}
Now stand on your head while rendering...
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |