Supported 3D formats

UCD format overview:

(unfinished - no information available)


UCD file characteristics:


UCD format references and information:

UCD format information and examples from John Burkardt


UCD support notes inside IVCon source code:

 Author:  John Burkardt
 Change: 08 Mar 2007 Tomasz Lis adjusted to new core

 A list of supported elements follows. Please modify if you'll enhance something.
 Format support note - reading:
 - unknown
 Format support note - writing:
 - unknown


NOTE: support of this format is unfinished, it probably won't work.


Examples:

#  cube.ucd created by IVREAD.
#
#  Material RGB to hue map:
#
#  material    R    G  B   Alpha     Hue
#
#    0   0.94  0.70  0.15  1.000   0.116
#    1   0.24  0.70  0.85  1.000   0.541
#    2   0.24  0.00  0.85  1.000   0.666
#
#  The node data is
#    node # / material # / RGBA / Hue
#
8  6  6  0  0
0  0.0  0.0  0.0
1  1.0  0.0  0.0
2  1.0  1.0  0.0
3  0.0  1.0  0.0
4  0.0  0.0  1.0
5  1.0  0.0  1.0
6  1.0  1.0  1.0
7  0.0  1.0  1.0
0  0  quad  0  1  2  3
1  0  quad  0  4  5  1
2  0  quad  1  5  6  2
3  0  quad  2  6  7  3
4  0  quad  3  7  4  0
5  0  quad  4  7  6  5
3  1 4 1
material, 0...2
RGBA, 0-1/0-1/0-1/0-1
Hue, 0-1
0  0  0.94  0.70  0.15  1.0  0.116
1  0  0.94  0.70  0.15  1.0  0.116
2  0  0.94  0.70  0.15  1.0  0.116
3  0  0.94  0.70  0.15  1.0  0.116
4  1  0.24  0.70  0.85  1.0  0.541
5  1  0.24  0.70  0.85  1.0  0.541
6  2  0.24  0.24  0.85  0.0  0.666
7  2  0.24  0.24  0.85  0.0  0.666

Copying and copyrights:
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.