ply_io_test
    
    
    
      ply_io_test,
      a MATLAB code which 
      calls ply_io(), which
      reads or writes data describing a polygonal mesh
      in a PLY file.  
    
    
      Licensing:
    
 
    
      The information on this web page is distributed under the MIT license
    
    
      Related Data and Programs:
    
    
      
      ply_io,
      a MATLAB code which 
      reads or writes data describing a polygonal mesh
      in a PLY file. 
    
    
      Source Code:
    
    
      
    
    
      
        - 
          ply_io_test01.m
          converts data defining a pyramid as a triangular mesh into a PLY
          data structure, and used PLY_WRITE to write it
          to a file.
        
 
        - 
          ply_io_test02.m
          reads a PLY file defining a sphere, extracts the
          data, and displays it.
        
 
        - 
          pyramid.ply
          the PLY file defining a pyramid.
        
 
        - 
          pyramid.png
          a PNG image of MATLAB's display of the pyramid.
        
 
        - 
          sphere.ply
          the PLY file defining a sphere.
        
 
        - 
          sphere.png
          a PNG image of MATLAB's display of the sphere.
        
 
      
    
    
    
      Last revised on 09 March 2024.