More unfinished work

This commit is contained in:
Alessandro Ranellucci 2012-09-11 18:11:46 +02:00
parent 6adf98edaf
commit e89f64e9d3
2 changed files with 24 additions and 14 deletions
lib/Slic3r

View file

@ -59,6 +59,8 @@ has 'attributes' => (is => 'rw', default => sub { {} });
package Slic3r::Model::Object;
use Moo;
use Slic3r::Geometry qw(X Y Z);
has 'model' => (is => 'ro', weak_ref => 1, required => 1);
has 'vertices' => (is => 'ro', default => sub { [] });
has 'volumes' => (is => 'ro', default => sub { [] });