worked on obj and mtl prefetching nad parsing
This commit is contained in:
@@ -42,3 +42,8 @@ inline const std::vector<components::point_cloud_vertex::reflectance>& dynamic_p
|
||||
{
|
||||
return std::get<components::point_cloud_vertex::indices::reflectance>(vertices);
|
||||
}
|
||||
|
||||
inline void dynamic_point_cloud_buffer::clear()
|
||||
{
|
||||
clear_vertices();
|
||||
}
|
||||
Reference in New Issue
Block a user