1 | <?php |
||
27 | class Image extends Plane implements EntityInterface |
||
28 | { |
||
29 | |||
30 | /** |
||
31 | 5 | * <a-plane> |
|
32 | * |
||
33 | 5 | * The plane primitive creates flat surfaces. It is an entity that prescribes the geometry with its geometric |
|
34 | 5 | * primitive set to plane. |
|
35 | 5 | * |
|
36 | 5 | * @return void |
|
37 | 5 | */ |
|
38 | 5 | public function reset() |
|
48 | } |