POV-Ray : Newsgroups : povray.off-topic : My first nomogram : Re: My first nomogram Server Time
7 Sep 2024 15:24:56 EDT (-0400)
  Re: My first nomogram  
From: Warp
Date: 29 Jun 2008 03:20:22
Message: <486737b6@news.povray.org>
Orchid XP v8 <voi### [at] devnull> wrote:
> Why do people post their POV-Ray renderings?

  Maybe because this is a POV-Ray news server, and people who visit this
server usually are interested in POV-Ray renderings?

> Because they might amuse somebody...

  I just can't understand what's so amusing about a PDF file which contains
some simple numbers and lines.

  Imagine I made a post like this here:

---------------------
  Hey, I just wrote a C program which prints numbers from 1 to 100, with
10 numbers at each line:

#include <stdio.h>

int main(void)
{
    int i;
    for(i = 1; i <= 100; ++i)
    {
        printf("%i ", i);
        if(i % 10 == 0) printf("\n");
    }
    return 0;
}
---------------------

  Ok, so? Why would that be of any interest to anybody? Why would I want
to make such a post? I just don't get it.

-- 
                                                          - Warp


Post a reply to this message

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