Returns whether the PLY file contains a mesh. @return true if the file contains mesh data (vertices and faces)
()
| 479 | */ |
| 480 | public boolean hasVertexColors() { |
| 481 | return hasVertexColors; |
| 482 | } |
| 483 | /** |
| 484 | * Returns whether the PLY file contains a mesh. |
| 485 | * @return {@code true} if the file contains mesh data (vertices and faces) |
| 486 | */ |