mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	SLA backend refactored, except Hollowing
This commit is contained in:
		
							parent
							
								
									1c35dfe591
								
							
						
					
					
						commit
						1009f78862
					
				
					 22 changed files with 687 additions and 404 deletions
				
			
		| 
						 | 
				
			
			@ -149,9 +149,11 @@ struct indexed_triangle_set
 | 
			
		|||
	}
 | 
			
		||||
 | 
			
		||||
	std::vector<stl_triangle_vertex_indices> 	indices;
 | 
			
		||||
	std::vector<stl_vertex>       				    vertices;
 | 
			
		||||
    std::vector<stl_vertex>       				    vertices;
 | 
			
		||||
	//FIXME add normals once we get rid of the stl_file from TriangleMesh completely.
 | 
			
		||||
	//std::vector<stl_normal> 					      normals
 | 
			
		||||
 | 
			
		||||
    bool empty() const { return indices.empty() || vertices.empty(); }
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
extern bool stl_open(stl_file *stl, const char *file);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue