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