#! /usr/bin/python3 # Last edited on 2024-07-26 08:32:52 by stolfi] # Writing mesh models for rendering with POV-Ray. def write(wrp,M): # Writes to file {wrp} the elements of the mesh data strcture {M} # in the format accepted by POV-Ray. Namely, writes an ".inc" # file that can be included in a POV-Ray program, that defines # the coordinates of the elements of the mesh. slicing_pov_IMP.write(wrp,M)