File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,6 +28,18 @@ Videospheres are a large sphere with the video texture mapped to the inside.
2828</a-scene >
2929```
3030
31+ ## Methods
32+
33+ More indepth knowledge on the methods to alter video material can be seen over [ here] ( ../components/material.html#video-textures )
34+
35+ ``` javascript
36+ // to set specific time of video
37+ document .querySelector (" #antarctica" ).components .material .data .src .currentTime = 0 // start of video
38+
39+ // to play the videosphere
40+ document .querySelector (" #antarctica" ).components .material .material .map .image .play ();
41+ ```
42+
3143## Attributes
3244
3345Note that the videosphere primitive inherits [ common attributes] ( ./common-attributes.md ) .
@@ -41,6 +53,8 @@ Note that the videosphere primitive inherits [common attributes](./common-attrib
4153| segments-height | geometry.segmentsHeight | 64 |
4254| segments-width | geometry.segmentsWidth | 64 |
4355
56+
57+
4458## Equirectangular Video
4559
4660[ equirectangular ] : https://en.wikipedia.org/wiki/Equirectangular_projection
You can’t perform that action at this time.
0 commit comments