POV-Ray : Newsgroups : povray.tools.poser : Future implementations of Poseray. A wish list : Re: Future implementations of Poseray. A wish list - an additional wish Server Time
25 Apr 2024 07:49:48 EDT (-0400)
  Re: Future implementations of Poseray. A wish list - an additional wish  
From: Thomas de Groot
Date: 2 Nov 2009 10:31:33
Message: <4aeefb55@news.povray.org>
If, when saving a figure to POV-Ray, one changes the file name, this name 
should also be changed accordingly at the declared figure name, within the 
xxx_POV_geom.inc.

Thus, an original Poser figure *Beggar*, saved under the file name: 
Beggar2_POV_geom.inc

should contain:

//Model assembly from the meshes
#declare Beggar2_=
union {
.....
}

instead of:

//Model assembly from the meshes
#declare Beggar_=
union {
.....
}

as happens under the present version of Poseray.

Thomas


Post a reply to this message

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