Supported 3D formats

TRIB format overview:

(unfinished - no information available)


TRIB file characteristics:


TRIB format references and information:

TRIB format information and examples from John Burkardt


TRIB 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.


Example:

12                    <-- Number of triangles

(x,y,z) and (nx,ny,nz) of normal vector at:

0.0 0.0 0.0 0.3 0.3 0.3   node 1 of triangle 1.
1.0 0.0 0.0 0.3 0.1 0.3   node 2 of triangle 1,
0.0 1.0 0.0 0.3 0.1 0.3   node 3 of triangle 1,
1.0 0.5 0.0 0.3 0.1 0.3   node 1 of triangle 2,
...
0.0 0.5 0.5 0.3 0.1 0.3   node 3 of triangle 12.

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.