Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chandana
360scene
Commits
5445fb18
Commit
5445fb18
authored
Aug 27, 2017
by
chandana
Browse files
Upload New File
parent
fedf828a
Pipeline
#1389
passed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
index.html
0 → 100644
View file @
5445fb18
<html>
<head>
<script
src=
"https://aframe.io/releases/0.6.1/aframe.min.js"
></script>
</head>
<body>
<a-scene>
<a-entity>
<a-box
position=
"-0.1 -3 -1"
rotation=
"0 45 0"
radius=
"1.6"
src=
"whatsapp.jpg"
></a-box>
<a-box
position=
"-0.1 3 5"
rotation=
"0 45 0"
radius=
"0.5"
src=
"fb.jpg"
></a-box>
<a-box
position=
"0 6 -7"
rotation=
"0 45 0"
radius=
"0.4"
src=
"insta.jpg"
></a-box>
<a-box
position=
"0.1 9 9"
rotation=
"0 45 0"
radius=
"1.8"
src=
"twitter.jpg"
></a-box>
<a-box
position=
"-0.5 12 1"
rotation=
"0 45 0"
radius=
"5.5"
src=
"snapchat.jpg"
></a-box>
<a-entity
position=
"5 0 0"
></a-entity>
<a-animation
attribute=
"rotation"
dur=
"10000"
fill=
"forwards"
to=
"0 360 0"
repeat=
"indefinite"
></a-animation>
</a-entity>
<a-box
position=
"0 0.5 -3"
rotation=
"0 45 0"
radius=
"1.3"
src=
"all over.jpg"
>
<a-animation
attribute=
"rotation"
dur=
"10000"
fill=
"forwards"
to=
"0 360 0"
repeat=
"indefinite"
></a-animation>
</a-box>
<a-sky
src=
"background.jpg"
><a-animation
attribute=
"rotation"
to=
"0 360 0"
direction=
"alternate"
dur=
"45000"
repeat=
"indefinite"
>
</a-animation>
</a-sky>
</a-scene>
</body>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment