[Therion] team names in svx files
Olly Betts
olly at survex.com
Mon Oct 9 09:50:44 CEST 2006
On Mon, Oct 09, 2006 at 09:20:04AM +0200, Stacho Mudrak wrote:
> Is there any chance to export 1.0 version of .3d file from 1.1 img library?
Well, you can set img_output_version:
/* Which version of the file format to output (defaults to newest) */
extern unsigned int img_output_version;
The current 1.0 img.c is just a slightly older version of the 1.1 img.c
with this set to 3...
> I am using survex 1.1 and therion complains on its .3d output (therion
> uses 1.0 version of img library). Using LRUD information from 1.1 .3d
> files is also desired. But if I will link it against 1.1, probably a
> lot of users of survex 1.0 will have problems.
That's not a problem. 1.0.37 and newer can read the v4 and v5 3d output
formats (and 1.0.37 was released over a year ago, so expecting people
using older versions to upgrade is reasonable I think).
Cheers,
Olly
More information about the Therion
mailing list