POV-Ray : Newsgroups : moray.win : YAPI (Yet another Plugin Idea) Server Time
29 Jul 2024 04:26:49 EDT (-0400)
  YAPI (Yet another Plugin Idea) (Message 1 to 6 of 6)  
From: Twyst
Subject: YAPI (Yet another Plugin Idea)
Date: 15 Apr 1999 16:25:59
Message: <37163d47.0@news.povray.org>
How about a plugin to enter the poly surfaces?

IE - define it by whatever order (3,4,5,6) and then fill in the fields. Some
presets would be nice, too...



Twyst *wishing he had time to learn C++ so he could write these plugins....


Post a reply to this message

From: Ph Gibone
Subject: Re: YAPI (Yet another Plugin Idea)
Date: 15 Apr 1999 18:32:34
Message: <37165af2.0@news.povray.org>
Hi Twyst

What do you mean exactly :
Prism based on a regular polygon ?
Polyedric surfaces ?
both ?
something else ?
Philippe


>How about a plugin to enter the poly surfaces?
>
>IE - define it by whatever order (3,4,5,6) and then fill in the fields.
Some
>presets would be nice, too...
>
>
>
>Twyst *wishing he had time to learn C++ so he could write these plugins....
>
>
>


Post a reply to this message

From: Twyst
Subject: Re: YAPI (Yet another Plugin Idea)
Date: 16 Apr 1999 15:19:28
Message: <37177f30.0@news.povray.org>
Ph Gibone <Ph.### [at] wanadoofr> wrote in message
news:37165af2.0@news.povray.org...
> Hi Twyst
>
> What do you mean exactly :
> Prism based on a regular polygon ?
> Polyedric surfaces ?
> both ?
> something else ?
> Philippe
>


Well, I did mean the poly surfaces, so you could use a Steiner surface or
something...


Twyst


Post a reply to this message

From: Ph Gibone
Subject: Re: YAPI (Yet another Plugin Idea)
Date: 17 Apr 1999 12:52:36
Message: <3718ae44.0@news.povray.org>
>
>Well, I did mean the poly surfaces, so you could use a Steiner surface or
>something...
>
>
>Twyst
>


So there exists a polyhedral.inc file with many of theses surfaces, writing
an interface to this plugin would not be much difficult, with the agreement
of the author (S.R. Hall) I think I can do it (but not within 1 month, so if
anybody cares to take it, it's ok for me)

Philippe


Post a reply to this message

From: Twyst
Subject: Re: YAPI (Yet another Plugin Idea)
Date: 19 Apr 1999 13:27:05
Message: <371b5959.0@news.povray.org>
No, i do NOT mean Polyhedra. I mean the mathematical surfaces. you know...
the poly keyword. (poly as in polynomial) - see the pov docs...



Ph Gibone <Ph.### [at] wanadoofr> wrote in message
news:3718ae44.0@news.povray.org...
> >
> >Well, I did mean the poly surfaces, so you could use a Steiner surface or
> >something...
> >
> >
> >Twyst
> >
>
>
> So there exists a polyhedral.inc file with many of theses surfaces,
writing
> an interface to this plugin would not be much difficult, with the
agreement
> of the author (S.R. Hall) I think I can do it (but not within 1 month, so
if
> anybody cares to take it, it's ok for me)
>
> Philippe
>
>


Post a reply to this message

From: Ph Gibone
Subject: Re: YAPI (Yet another Plugin Idea)
Date: 19 Apr 1999 14:11:37
Message: <371b63c9.0@news.povray.org>

>No, i do NOT mean Polyhedra. I mean the mathematical surfaces. you know...
>the poly keyword. (poly as in polynomial) - see the pov docs...
>


Well that's completely different (I didn't get the allusion to Steiner's
Surfaces) and that's far more difficult :

There are three parts in programming a Plugin :

1) Interface to input the needed values : very easy
2) The export to the pov file : extremely easy
3) The WireFrame : I don't see any means of doing that with general
polynomial implicit equation (I suppose that if I knew a way to do it I
would be famous among mathematicians).

The part 3 may be replaced by the representation of a bounding box (when
there is one !!!!) : easier but not piece of cake

Philippe

PS for parametrized equations, the part 3 would be extremely easy (it is the
way the dome generator works !)


Post a reply to this message

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