|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
We are working on a project using POV-Ray at university of Bonn. As we have
to use the POV-Ray programming style guides, we would like to know when the
new version (4.0) will be released and if the programming style will be
changed (real classes etc.).
For our implementation we have to use trimmed NURBS surfaces; is there
anyone out there working on this?
Regards, Florian Roeder
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
roederf wrote:
>
> We are working on a project using POV-Ray at university of Bonn. As we have
> to use the POV-Ray programming style guides, we would like to know when the
> new version (4.0) will be released and if the programming style will be
> changed (real classes etc.).
POV-Ray v4.0 is still in the planning stages and the design decisions that
will be used have not been finalized. It will be many months before details
of its design are released to the public and quite some time after that before
it is ready for final release. The only thing the POV-Team will say right
now is that it will be rewritten in c++.
> For our implementation we have to use trimmed NURBS surfaces; is there
> anyone out there working on this?
None that I am aware of. NURBS surfaces are generally considered to be useful
in Modelling software and usually tesselated/subdivided into triangles before
being used by raytracing software. It my understanding that POV-Ray will likely
never have direct support for rending of NURBS surfaces.
--
Ken Tyler
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ken wrote:
>
>>For our implementation we have to use trimmed NURBS surfaces; is there
>>anyone out there working on this?
>
>
> None that I am aware of. NURBS surfaces are generally considered to be useful
> in Modelling software and usually tesselated/subdivided into triangles before
> being used by raytracing software. It my understanding that POV-Ray will likely
> never have direct support for rending of NURBS surfaces.
I think someone made a macro to render nurbs as parametric surface or as
mesh.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <web.3db5357d321d02b3abea94790@news.povray.org> , "roederf"
<roe### [at] csuni-bonnde> wrote:
> We are working on a project using POV-Ray at university of Bonn. As we have
> to use the POV-Ray programming style guides, we would like to know when the
> new version (4.0) will be released and if the programming style will be
> changed (real classes etc.).
There is no official release schedule or anything like that and the POV-Team
does not disclose internal schedules in general. That said, while POV-Ray
4.0 will be rewritten in C++, some fundamental aspects of ray-tracing
enforce a certain class structure which at the very least implies all
objects have methods which provide what is currently provided as part of
"Method_Struct" in frame.h .
May I ask which department/professor is leading the research? If you don't
want to post this here, you may also contact me at
<tho### [at] fitfraunhoferde>. But please note that I don't read
(or reply) to email ever day.
Thorsten
____________________________________________________
Thorsten Froehlich
e-mail: mac### [at] povrayorg
I am a member of the POV-Ray Team.
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Simon Adameit wrote:
>
> Ken wrote:
> >
> >>For our implementation we have to use trimmed NURBS surfaces; is there
> >>anyone out there working on this?
> >
> >
> > None that I am aware of. NURBS surfaces are generally considered to be useful
> > in Modelling software and usually tesselated/subdivided into triangles before
> > being used by raytracing software. It my understanding that POV-Ray will likely
> > never have direct support for rending of NURBS surfaces.
>
> I think someone made a macro to render nurbs as parametric surface or as
> mesh.
Something in the back of my fuzzy little brain recalls something like that but
it still does not imply -direct- support for the rendering of NURBS surfaces
in POV-Ray :)
--
Ken Tyler
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thorsten Froehlich wrote:
> But please note that I don't
> read (or reply) to email ever (day).
hehehe
--
Rick
Kitty5 NewMedia http://Kitty5.co.uk
POV-Ray News & Resources http://Povray.co.uk
TEL : +44 (01270) 501101 - FAX : +44 (01270) 251105 - ICQ : 15776037
PGP Public Key
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA
---
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.404 / Virus Database: 228 - Release Date: 15/10/2002
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3db54e4e$1@news.povray.org> , "Rick [Kitty5]" <ric### [at] kitty5com>
wrote:
>> But please note that I don't
>> read (or reply) to email ever (day).
Ups, "every", of course :-)
Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
>For our implementation we have to use trimmed NURBS surfaces; is there
>anyone out there working on this?
>
see:
"Ray Tracing Triangular Trimmed Free Form Surfaces"
Dept. of Computer Science, University of North Carolina at Chapel Hill
stu### [at] csuncedu
If you can't find the pdf paper, I'll be glad to mail it to you
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
There's more:
http://www.acm.org/jgt/papers/MartinCohenFishShirley00
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |