PLY with Vertex Normals

The following code reads in a specific type of PLY file, computes the vertex normals, and then outputs the file back in PLY format with the normals added to it.

  1. Cvector3.h
  2. Cvector3.cpp
  3. Ply-vn.cpp code

Back to Types of Normal Vectors