Skip to content

Commit

Permalink
Add author watermark to cameras in all floors
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreybest committed Feb 18, 2020
1 parent a5dddf4 commit 805bc6c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions firstFloor.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
event-set__mouseenter="_event: mouseenter; color: springgreen"
event-set__mouseleave="_event: mouseleave; color: black"
raycaster="objects: .clickable"></a-cursor>
<a-text value="PPC VR Tour made by Andrey Kotliar and Ivan Shapovalov" position="0 -0.80 -1" wrapcount="100" width="1" align="center" text="wrapCount: 50"></a-text>
</a-camera>
</a-scene>
</body>
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
event-set__mouseenter="_event: mouseenter; color: springgreen"
event-set__mouseleave="_event: mouseleave; color: black"
raycaster="objects: .clickable"></a-cursor>
<a-text value="PPC VR Tour made by Andrey Kotliar and Ivan Shapovalov" position="0 -0.80 -1" wrapcount="100" width="1" align="center" text="wrapCount: 50"></a-text>
</a-camera>
</a-scene>
</body>
Expand Down
1 change: 1 addition & 0 deletions secondFloor.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@
event-set__mouseenter="_event: mouseenter; color: springgreen"
event-set__mouseleave="_event: mouseleave; color: black"
raycaster="objects: .clickable"></a-cursor>
<a-text value="PPC VR Tour made by Andrey Kotliar and Ivan Shapovalov" position="0 -0.80 -1" wrapcount="100" width="1" align="center" text="wrapCount: 50"></a-text>
</a-camera>
</a-scene>
</body>
Expand Down
1 change: 1 addition & 0 deletions thirdFloor.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
event-set__mouseenter="_event: mouseenter; color: springgreen"
event-set__mouseleave="_event: mouseleave; color: black"
raycaster="objects: .clickable"></a-cursor>
<a-text value="PPC VR Tour made by Andrey Kotliar and Ivan Shapovalov" position="0 -0.80 -1" wrapcount="100" width="1" align="center" text="wrapCount: 50"></a-text>
</a-camera>
</a-scene>
</body>
Expand Down

0 comments on commit 805bc6c

Please sign in to comment.