POV-Ray : Newsgroups : povray.programming : POV-Ray 3.1 to other file formats - a possible solution : Re: POV-Ray 3.1 to other file formats - a possible solution Server Time
28 Jul 2024 14:20:35 EDT (-0400)
  Re: POV-Ray 3.1 to other file formats - a possible solution  
From: Simon Lemieux
Date: 10 Aug 2000 07:07:13
Message: <39928D21.350E781E@yahoo.com>
> Since there appears to be no utility for converting from POV-Ray 3.1 scene
> language to other formats, I have been thinking about how to solve it myself
> and I have 99% of a solution. The remaining 1% is a function that returns
> the referent of any identifier, no matter what type - string, float,
> pigment, texture, array etc - as a text string. str(FLOAT_IDENTIFIER) does
> this job for floats. I need stranytype(ANY_IDENTIFIER).
> 
> Since more and more organisations, especially those outside the media and
> manufacturing spaces, are beginning to recognise the benefits of modelling,
> visualisation, and prototyping, script-based modelling of the sort that
> POV-Ray does excellently on its own, is going to be more and more important.
> I'd love to contribute to a long and happy life for this fine application.
> 
> My guess is that, for C++ guru familiar with the POV-Ray source, this should
> be pretty straightforward.

Well it should be fairly easy to convert about anything into a string...

But if you developped such an utility, why are you unable to create the
conversion yourself?
I mean, it would be fairly easy for you to do it since you know your code, and
it would be difficult for me to do it since I don't know your code at all...

Simon


Post a reply to this message

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