Bl
Bl
Bl
Bl
Bl
You are here:   Home »  Products »  PolyTrans|CAD+DCC  
Bl

Home > Supported File Formats > PLY to OpenGL C Code


How to convert PLY (Stanford .ply) to OpenGL C Code (.cpp)?


PolyTrans|CAD+DCC performs mathematically precise CAD, DCC/Animation, GIS and BIM 3D file conversions into all key downstream 3D packages and file formats. Okino software is used and trusted throughout the world by many tens of thousands of 3D professionals in mission & production critical environments, backed by respectable personal support directly from our core development team.

     

PLY

PLY can generally be considered a simple, 1990s-era, university research oriented polygonal (mesh) 3D file format designed to store data from 3D scanners. It was developed by Greg Turk and others in the Stanford graphics. Its design was inspired by the Wavefront .obj format.

PLY was meant to be a simple, easily parsable file format and hence only conveys basic geometry information for a single object definition with polygon vertices, vertex colors vertex normals and UV texture coordinates. No materials nor hierarchy, lights or cameras are supported.

     

OpenGL C Code

OpenGL is a cross-platform application programming interface (API) for rendering 2D and 3D vector graphics. The API is typically used to interact with a graphics processing unit (GPU), to achieve hardware-accelerated rendering.

Okino's OpenGL export converter writes out the scene database as a C code program in the Open GL scene description language. The resulting program can then be compiled and used to draw the 3D database directly using OpenGL. The database is output as a series of polygons with vertex positions, normals, colors and texture coordinates. In addition, the surface definitions (materials) associated with each polygon is used to set up the OpenGL shading parameters. Please note that each object is output as a separate C code function in the resulting file.