Blender V5.0
ply_export_data.cc File Reference
#include "ply_export_data.hh"
#include "ply_data.hh"
#include "ply_file_buffer.hh"
#include "BLI_math_vector.hh"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::io
namespace  blender::io::ply

Functions

void blender::io::ply::write_vertices (FileBuffer &buffer, const PlyData &ply_data)
void blender::io::ply::write_faces (FileBuffer &buffer, const PlyData &ply_data)
void blender::io::ply::write_edges (FileBuffer &buffer, const PlyData &ply_data)