POV-Ray : Newsgroups : povray.advanced-users : Re: Extending the #read directive : Re: Extending the #read directive Server Time
29 Jul 2024 00:23:53 EDT (-0400)
  Re: Extending the #read directive  
From: Hugo Asm
Date: 12 May 2003 04:24:57
Message: <3ebf5a59$1@news.povray.org>
> > I've discussed it briefly with the C++ people in
> > charge in the last 3 days but without luck.
>
> With luck

That sounds great. I didn't know for sure how you (among others) reacted
to my post. It seems that I needed a bit more information. I should probably
add that I don't expect a solution right here and now.

> Perhaps access of internal mesh data would be better...

It would indeed be better. It might be possible to extract the data from a
declared mesh2 object. What about the following idea, that avoids adding
new keywords:

#declare MyVertices = array { mesh2 { MyObject } vertex_vectors };


Regards,
Hugo


Post a reply to this message

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