Beispiel #1
0
        public void ExportToPLY(string fname, Frame texture)
        {
            object error;

            NativeMethods.rs2_export_to_ply(Handle, fname, texture.Handle, out error);
        }