From 22a1270a4dc1a6400376d44bc236745ddae1294e Mon Sep 17 00:00:00 2001 From: bijayee-saswata Date: Sat, 20 Oct 2018 20:44:22 +0530 Subject: [PATCH 1/2] created first a-frame scene --- index.html | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index ac32a3bd1..dc7eaaf69 100644 --- a/index.html +++ b/index.html @@ -1,18 +1,16 @@ - - - Hello, World! - A-Frame - - + A-Frame + - - - - - + + + + + + - - + + \ No newline at end of file From e95b73886c8261b9e152d670e51dee337b865e32 Mon Sep 17 00:00:00 2001 From: bijayee-saswata Date: Sat, 20 Oct 2018 21:09:14 +0530 Subject: [PATCH 2/2] added ground and background with texture --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index dc7eaaf69..12a7dc7d1 100644 --- a/index.html +++ b/index.html @@ -7,10 +7,13 @@ + bgTexture + - + + \ No newline at end of file