1 | <?php |
||
29 | final class Curvedimage extends Entity implements EntityInterface |
||
30 | { |
||
31 | |||
32 | /** |
||
33 | * <a-curvedimage> |
||
34 | * |
||
35 | * he curved image primitive creates images that bend around the user. Curved images arranged around the camera can |
||
36 | * be pleasing for legibility since each pixel sits at the same distance from the user. They can be a better choice |
||
37 | * than angled flat planes for complex layouts because they ensure a smooth surface rather than a series of awkward |
||
38 | * seams between planes. It is an entity that prescribes a double-sided open-ended cylinder with the geometry |
||
39 | * component and rendering textures on the inside of the cylinder with the material component. |
||
40 | * |
||
41 | * @return void |
||
42 | */ |
||
43 | 3 | public function reset() |
|
48 | } |