obj_display_test
    
    
    
      obj_display_test,
      a MATLAB code which
      calls obj_display(), which
      gets the name of an ASCII OBJ file from
      the user, read the 3D graphics information stored in the file,
      and display the structure on the screen.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      obj_display,
      a MATLAB code which
      reads an OBJ 3D graphics file and displays it on the screen.
    
    
      Source Code:
    
    
      
    
    
      
        - 
          cube.obj,
          an OBJ file that describes a cube made up of triangular faces.
        
 
        - 
          cube.png,
          a PNG image of
          the shape when displayed by OBJ_DISPLAY.
        
 
        - 
          humanoid_tri.obj,
          an OBJ file that describes a humanoid shape made up of triangular faces.
        
 
        - 
          humanoid_tri.png,
          a PNG image of
          the shape when displayed by OBJ_DISPLAY.
        
 
        - 
          shuttle.obj,
          an OBJ file that describes the space shuttle, made up of a mixture
          of triangles and quadrilaterals.
        
 
        - 
          shuttle.png,
          a PNG image of
          the shape when displayed by OBJ_DISPLAY.
        
 
      
    
    
    
      Last revised on 23 February 2019.