if (FALSE) {
# If the file has no mesh color, or color is undesirable, user can
# assign this as follows:
# Using the example scallop PLY
data(scallopPLY)
myply <- scallopPLY$ply
myply$material$color <- "gray" # using color word
myply$material$color <- "#FCE6C9" # using RGB code
}
Run the code above in your browser using DataLab