3#include <Threedim/TinyObj.hpp>
4#include <halp/buffer.hpp>
5#include <halp/controls.hpp>
6#include <halp/geometry.hpp>
7#include <halp/meta.hpp>
15 halp_meta(name,
"Pointcloud to mesh")
16 halp_meta(category,
"Visuals/Meshes")
17 halp_meta(c_name,
"pointcloud_to_mesh")
18 halp_meta(manual_url,
"https://ossia.io/score-docs/processes/pointcloud-to-mesh.html")
19 halp_meta(uuid,
"2450ffbf-04ed-4b42-8848-69f200d2742a")
30 halp::gpu_buffer_input<
"Buffer"> in;
34 halp::enum_t<BufferType,
"Buffer type"> type;
42 halp_meta(name,
"Geometry");
43 halp::dynamic_gpu_geometry
mesh;
44 float transform[16]{};
45 bool dirty_mesh =
false;
46 bool dirty_transform =
false;
Definition PCLToGeometry.hpp:13
Definition PCLToGeometry.hpp:29
Definition TinyObj.hpp:98
Definition TinyObj.hpp:103
Definition TinyObj.hpp:107
Definition TinyObj.hpp:27