MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / hasFaces

Method hasFaces

src/main/java/trace/graphics/PlyReader.java:481–483  ·  view source on GitHub ↗

Returns whether the PLY file contains a mesh. @return true if the file contains mesh data (vertices and faces)

()

Source from the content-addressed store, hash-verified

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 */

Callers 1

readMeshMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected