POV-Ray : Newsgroups : povray.general : L-Systems in Povray : Re: L-Systems in Povray Server Time
19 Apr 2024 19:07:26 EDT (-0400)
  Re: L-Systems in Povray  
From: Bald Eagle
Date: 2 Jun 2023 17:50:00
Message: <web.647a6338453cebfc1f9dae3025979125@news.povray.org>
"Droj" <803### [at] drojde> wrote:

> > Just write out what you want in pseudocode, and it may just wind up in a .pov or
> > ..inc file for you.   ;)

What you do is just write what you'd like to see the code do.  As though you
were writing code, but you just describe the goal instead of using a real
computer language.

You can use SDL to make exactly what you want clearer, but just write down
anything you want and pretend like it would actually work.

Then someone can go, "Oh, that's not too hard..." and translate it into working
SDL.


#declare Radius = 1;
Write untextured sphere to file
#declare P = pigment {bozo}
Write pigmented sphere to file

.... etc


Post a reply to this message

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