Convert RAW file

RAW RAW POV-Ray File

RAW (POV-Ray Triangles) is a simple ASCII file format that just stores a list of triangle vertices without any further material or topological data. Each text line of the RAW file stores nine floating point numbers that represent the 3D space coordinates of the three triangle vertices. Our Automesher Application and Autoconverter RAW file converters, can read and import RAW files thanks to the open asset import library. However the saving and exporting to a simple triangle RAW file format is not yet supported. Feel free to create a support request for such a feature.