Finalize new sla backend interface
no has_mesh or get_mesh based on states, but specific methods to get the mesh type needed (support, pad, object) Commented out everything that does not conform in frontend
This commit is contained in:
parent
39a1ed0e1a
commit
15fa4c42d6
10 changed files with 366 additions and 294 deletions
|
@ -659,14 +659,14 @@ public:
|
|||
int instance_idx);
|
||||
|
||||
// Load SLA auxiliary GLVolumes (for support trees or pad).
|
||||
void load_object_auxiliary(
|
||||
const SLAPrintObject* print_object,
|
||||
int obj_idx,
|
||||
// pairs of <instance_idx, print_instance_idx>
|
||||
const std::vector<std::pair<size_t, size_t>>& instances,
|
||||
SLAPrintObjectStep milestone,
|
||||
// Timestamp of the last change of the milestone
|
||||
size_t timestamp);
|
||||
// void load_object_auxiliary(
|
||||
// const SLAPrintObject* print_object,
|
||||
// int obj_idx,
|
||||
// // pairs of <instance_idx, print_instance_idx>
|
||||
// const std::vector<std::pair<size_t, size_t>>& instances,
|
||||
// SLAPrintObjectStep milestone,
|
||||
// // Timestamp of the last change of the milestone
|
||||
// size_t timestamp);
|
||||
|
||||
#if ENABLE_OPENGL_ES
|
||||
int load_wipe_tower_preview(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue