Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Overview  





2 File format  





3 Compression  





4 See also  





5 References  





6 External links  














OpenCTM







Add links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 


OpenCTM
Developer(s)Marcus Geelnard
Initial release2009
Stable release

1.0.3 / January 15, 2010 (2010-01-15)

Written inC
Operating systemWindows, Mac OS X, Linux, etc.
Type3D computer graphics
Licensezlib license
Websitehttp://openctm.sourceforge.net/

OpenCTM is a 3D geometry technology for storing triangle-based meshes in a compact format.

Overview[edit]

OpenCTM is an open source project that has evolved around a technology for compressing 3D triangle meshes. The technology is divided into three different parts:

The triangle mesh data structure that OpenCTM uses is directly compatible with high performance graphics rendering pipelines, such as OpenGL, which makes is suitable for interactive computer graphics applications. Other application types, such as CAD/CAM tools, usually need to convert the mesh data into a custom mesh format for more efficient data handling.

OpenCTM uses a triangle index array to represent the triangle connectivity information, and several arrays for representing vertex data (vertex coordinates, normals, UV coordinates and custom vertex attributes).

File format[edit]

The file format, which is binary, uses 32-bit little endian format for all integer fields, and 32-bit binary IEEE 754 format for all floating point fields (also little endian).

The file begins with a special integer identifier, 0x4D54434F, which, if interpreted as four ASCII characters, forms the string “OCTM”. Following the identifier is an integer value that specifies the file format version (the latest official file format version is 5).

The rest of the file, which is described in the file format specification,[1] contains the triangle mesh information. This includes a compressed triangle index array and compressed vertex arrays (one array for each vertex attribute).

Due to the many steps of data processing that are required for implementing the compression, interacting with the file format directly is usually more complex than interacting with other, uncompressed triangle mesh file formats (for instance STL and PLY).

Compression[edit]

The compression is based on lossless entropy reduction, by means of various differentiation operations, followed by lossless entropy coding using the LZMA compression library.

See also[edit]

References[edit]

External links[edit]


  • t
  • e

  • Retrieved from "https://en.wikipedia.org/w/index.php?title=OpenCTM&oldid=1212017193"

    Categories: 
    CAD file formats
    3D graphics software
    2009 software
    Software using the zlib license
    Graphics software stubs
    Hidden categories: 
    Articles needing additional references from December 2009
    All articles needing additional references
    Wikipedia introduction cleanup from September 2018
    All pages needing cleanup
    Articles covered by WikiProject Wikify from September 2018
    All articles covered by WikiProject Wikify
    Articles with multiple maintenance issues
    All stub articles
     



    This page was last edited on 5 March 2024, at 19:21 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki