POV-Ray : Newsgroups : povray.general : Status of Moray? : Re: New SDL for POVRay Server Time
16 Jul 2025 18:08:41 EDT (-0400)
  Re: New SDL for POVRay  
From: Bruno Cabasson
Date: 5 Oct 2007 09:30:01
Message: <web.47063bb9e7dc7428e8ba46670@news.povray.org>
Fa3ien <fab### [at] yourshoesskynetbe> wrote:

>
> > new Sphere s;
> > s.Position=[1,1,10];
> > s.Radius=.7;
> > s.Texture.Pigment=[0,1,0];
> > s.Scale(1,2,1);
> > s.Rotate(30,0,0);
> >
> > That is all very clear coding, but *not* what most of the group here
> > wants. POV4 should be easy to understand in it's most basic declarative
> > form. Which in my opinion means that objects as virtual representations
> > of things visible in your scene will have a different status and
> > different syntax than all other 'objects'. Borrowing standard OOP
> > language may be rather confusing in that respect.
>
> Sure, there's something to find to avoid that kind of cumbersome syntax.
>
> I don't tkink anyone around here would like to make an object's definition
> so complicated.  There should be some kind of shortcuts, looking like
> current SDL.
>
> Fabien.

In my scheme, this code would rather be the Java generated intermediate
code.

Bruno


Post a reply to this message

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