 |
 |
|
 |
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
"Chris Cason" <del### [at] deletethistoo povray org> wrote in
message news:4887b7bb$1@news.povray.org...
> sounds like a good topic for the first or second round of the new IRTC ...
>
> -- Chris
yes .... i think thtas a great idea
Jim
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
"Chris Cason" <del### [at] deletethistoo povray org> wrote in
message news:4887b8f1$1@news.povray.org...
> Another thing that's occurred to me that would be nice if it can be done
> is
> a HTML page containing thumbnails and a short description of most of the
> sample scenes. This could be included in the docs and the distro ... from
> an end-users point of view, if I was installing POV for the first time,
> the
> sample scenes would be the first thing I'd head for, and being able to see
> what each one looks like in advance would be neat.
>
> -- Chris
it's seems like an easy enough thing to do .... should there be any
agreement on image size and format (jpg, png, bmp)
How about 1024x768 jpg?
Jim
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
"Christoph Hormann" <chr### [at] gmx de> wrote in message
news:48881dd1$1@news.povray.org...
> For MegaPOV i made a script that builds such a page based on the header
> comments in the scene file - a somewhat extended version of what comes
> with the POV-Ray 3.6 Unix version. The result:
>
> http://megapov.inetart.net/samples.html
>
> -- Christoph
that's a nice clean format .... how did you do it? a html template file and
awk, sed, perl?
Jim
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
"Jim Holsenback" <jho### [at] hotmail com> wrote in message
news:48876483@news.povray.org...
> Hello,
>
> I'm starting a new thread for the v3.7 example scenes project as this is a
> side topic that came from the povray.ini thread and dosen't seem to really
> belong there anymore.
I've completed a file manifest .... we have 365 pov files. I didn't count
includes, ini or image files.
I've attached the breakdown.
Jim
Post a reply to this message
Attachments:
Download 'file-list.txt' (18 KB)
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Christoph Hormann <chr### [at] gmx de> wrote:
> For MegaPOV i made a script that builds such a page based on the header
> comments in the scene file - a somewhat extended version of what comes
> with the POV-Ray 3.6 Unix version. The result:
> http://megapov.inetart.net/samples.html
Does it take into account that not all scene files have an aspect ratio
of 4:3?
(Personally I feel nothing more irritating than automatically rendered
images which use the wrong aspect ratio, squeezing the image horribly.)
--
- Warp
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Jim Holsenback <jho### [at] hotmail com> wrote:
> it's seems like an easy enough thing to do .... should there be any
> agreement on image size and format (jpg, png, bmp)
> How about 1024x768 jpg?
Take into account that not all the scene files use an aspect ratio of 4:3.
Those which don't have to be rendered with the proper resolution.
Probably the width of the rendered images could be fixed, while the
height depends on the aspect ratio.
--
- Warp
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Jim Holsenback schrieb:
>
> that's a nice clean format .... how did you do it? a html template file and
> awk, sed, perl?
it's a shell script analyzing the header comment of the scene files and
rendering the scene and generating the list accordingly.
I will try to have a look at it during the weekend.
-- Christoph
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Warp schrieb:
>
> Does it take into account that not all scene files have an aspect ratio
> of 4:3?
The render options are specified as a scene comment as it is already
done in most of the 3.6 sample scenes.
-- Christoph
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
"Jim Holsenback" <jho### [at] hotmail com> wrote:
> I'm starting a new thread for the v3.7 example scenes project ...
Ok, I've reinstalled POV-Ray 3.7.0.beta27.
I'll go step by step in case my method needs fixing.
As my first victim, scenes\qtvr\qtvrpanorama.pov from 3.7
File states:
#version 3.5;
global_settings{ assumed_gamma 1.0}
//-w384 -h1284 (command line recomended)
1)I run the scene with POV-Ray 3.5
2)I run the scene with POV-Ray 3.7(new output file name)
3)I run the scene with POV-Ray 3.7, removing version and gamma(new output file
name)
I compare 1 and 2, PaintShopPro/Arithmetic/difference. The resulting image is
not blank.
I compare 1 and 3, PaintShopPro/Arithmetic/difference. The resulting image is
not blank.
qtvrpanorama.pov does not render the same.
Yikes, now what?
Include the updated scene anyways? If it needs fixing, this will be beyond me.
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
StephenS wrote:
> "Jim Holsenback" <jho### [at] hotmail com> wrote:
>> I'm starting a new thread for the v3.7 example scenes project ...
> Ok, I've reinstalled POV-Ray 3.7.0.beta27.
> I'll go step by step in case my method needs fixing.
> As my first victim, scenes\qtvr\qtvrpanorama.pov from 3.7
> File states:
> #version 3.5;
> global_settings{ assumed_gamma 1.0}
> //-w384 -h1284 (command line recomended)
>
> 1)I run the scene with POV-Ray 3.5
> 2)I run the scene with POV-Ray 3.7(new output file name)
> 3)I run the scene with POV-Ray 3.7, removing version and gamma(new output file
> name)
>
> I compare 1 and 2, PaintShopPro/Arithmetic/difference. The resulting image is
> not blank.
> I compare 1 and 3, PaintShopPro/Arithmetic/difference. The resulting image is
> not blank.
>
> qtvrpanorama.pov does not render the same.
> Yikes, now what?
>
> Include the updated scene anyways? If it needs fixing, this will be beyond me.
>
>
Next is talking about what changes are visible, and figuring out what to
change to "fix" it. Some differences will be easy, others might not. As
a group, though, we should be able to get a good many of them.
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |