|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Is it possible to convert strings to pov statements and vice versa?
If possible, the string "camera {location <0.0, 0.5, -4.0> direction 1.5*z
right x*image_width/image_height look_at <0.0, 0.0, 0.0>}" would become a
regular piece of pov-script like this:
camera {location <0.0, 0.5, -4.0>direction 1.5*z right
x*image_width/image_height look_at <0.0, 0.0, 0.0>}
And is it possible to convert strings like "123.983458" to plain variables
without traversing the string and do it all by povscript?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Thu, 7 Feb 2002 08:15:41 +0100, "Apache" <apa### [at] yahoocom> wrote:
> Is it possible to convert strings to pov statements and vice versa?
Parse_String() in 3.5 - last paragraph of
http://www.povray.org/working-docs/id000276.html
ABX
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
You meant,
http://www.povray.org/working-docs/id000277.html
right?
--
signature{
"Grey Knight" contact{ email "gre### [at] yahoocom" }
site_of_week{ url "http://digilander.iol.it/jrgpov" }
}
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3C626015.841E935F@namtar.qub.ac.uk> , Grey Knight
<s16### [at] namtarqubacuk> wrote:
> You meant,
>
> http://www.povray.org/working-docs/id000277.html
>
> right?
Depends. Take a look at the last change to the docs (the date, in local
server time, is on the page). The section/page may have changed between his
and your post ;-)
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
|
|
| |
| |
|
|
|
|
| |