stuff...
This commit is contained in:
@@ -4,17 +4,14 @@
|
||||
|
||||
#include <array>
|
||||
#include <vector>
|
||||
#include "generic/vertex_array_data.hpp"
|
||||
#include "generic/component_array_set.hpp"
|
||||
|
||||
namespace assets
|
||||
{
|
||||
|
||||
class point_cloud_data : public vertex_array_data<
|
||||
point_cloud_vertex_components::flags,
|
||||
point_cloud_vertex_components::position,
|
||||
point_cloud_vertex_components::normal,
|
||||
point_cloud_vertex_components::color,
|
||||
point_cloud_vertex_components::reflectance
|
||||
class point_cloud_data : detail::component_array_set<
|
||||
point_cloud_vertex_components::flags,
|
||||
point_cloud_vertex_components::all
|
||||
> {
|
||||
public:
|
||||
[[nodiscard]] inline std::vector<point_cloud_vertex_components::position>& positions();
|
||||
|
||||
Reference in New Issue
Block a user