POV-Ray : Newsgroups : povray.programming : URL specifiers for POVray resources : URL specifiers for POVray resources Server Time
29 Jul 2024 00:37:20 EDT (-0400)
  URL specifiers for POVray resources  
From: Bob Jamison
Date: 28 Jan 1999 11:45:02
Message: <36B09415.5538142F@lincom-asg.com>
One thing I would like to add to any Wish List for
new PovRay additions would be the ability of the
parser to refer to resources by URL, in addition to
file names.  This would enormously simplify the problem
of transferring resources for distributed raytracing.
For example, if povray could have a command-line
switch like:

+Ihttp://someserver/somfile.pov

and the parser could handle:

#include "http://server/someotherfile.pov"

or

gif "http://imageserver/image.gif"


...then a client application would never have to explicitly
copy any data at all.

The libwww library from W3.org adds this functionality
simply&easily, and is almost as multi-platform as POV itself.
This would also aid in the addition of XML and UML
capabilities in the future.
I have tested a simple patch, and would share the info
with anyone who would like to know how.



Bob
rja### [at] lincom-asgcom


Post a reply to this message

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