|
Blender V5.0
|
#include <ply_data.hh>
Public Member Functions | |
| PlyCustomAttribute (const StringRef name_, int64_t size) | |
Public Attributes | |
| std::string | name |
| Vector< float > | data |
Definition at line 22 of file ply_data.hh.
|
inline |
Definition at line 23 of file ply_data.hh.
Definition at line 25 of file ply_data.hh.
Referenced by blender::io::ply::convert_ply_to_mesh(), blender::io::ply::load_plydata(), PlyCustomAttribute(), and blender::io::ply::write_vertices().
| std::string blender::io::ply::PlyCustomAttribute::name |
Definition at line 24 of file ply_data.hh.
Referenced by blender::io::ply::convert_ply_to_mesh(), PlyCustomAttribute(), and blender::io::ply::write_header().