1 | <?php |
||
29 | final class Sky extends Sphere implements EntityInterface |
||
30 | { |
||
31 | |||
32 | /** |
||
33 | * Reset <a-sky> |
||
34 | * |
||
35 | * The sky primitive adds a background to a scene or display a 360-degree photo. |
||
36 | * It is an entity that prescribes a large sphere with the material mapped to the inside. |
||
37 | * |
||
38 | * @return void |
||
39 | */ |
||
40 | 2 | public function reset() |
|
47 | } |
||
48 |