| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 10 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 40 | 2 | public function reset() |
|
| 41 | { |
||
| 42 | 2 | parent::reset(); |
|
| 43 | 2 | $this->attr('Material')->shader('flat'); |
|
| 44 | 2 | $this->color('#FFF'); |
|
| 45 | 2 | $this->attr('Material')->side('double'); |
|
| 46 | 2 | $this->attr('Material')->transparent(true); |
|
| 47 | |||
| 48 | 2 | $this->attr('Geometry')->primitive('plane'); |
|
| 49 | 2 | $this->height(1.75); |
|
| 50 | 2 | $this->width(3); |
|
| 51 | 2 | } |
|
| 52 | |||
| 76 | } |