Supported 3D formats

ASC format overview:

ASC is a format of points cloud. It defines only point coordinates, in a way that makes them easy to read in any program. It does not have any header or additional information.


ASC file characteristics:


ASC format references and information:

this is a specific IVCon format, and it does not have any known references


ASC support notes inside IVCon source code:

 Author:  John Burkardt
 Change: 02 Mar 2007 Tomasz Lis some text displayed

 A list of supported elements follows. Please modify if you'll enhance something.
 Format support note - reading:
 - Full 32-bit vertices support
 - No faces support
 - No meshes support
 - No materials
 - No textures
 - No texture UV
 - No camera/view support
 - No Environment or lights support
 - No shapes/lines support
 Format support note - writing:
 - Full 32-bit vertices support
 - No faces support
 - No meshes support
 - No materials
 - No textures
 - No texture UV
 - No camera/view support
 - No Environment or lights support
 - No shapes/lines support

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.