Support Me ��


SUBSCRIBE NOW

Showing posts with label VR. Show all posts
Showing posts with label VR. Show all posts

Redmi 6 PRO Full Review | Full Spec review | Camera Screen and etc.,

 RedMi 6 PRO Review in Tamil | Full spec review | techtubetn

ரெட்மி 6 ப்ரோ மொபைல் வசதிகள்.
இந்த வீடியோவில் ரெட்மி 6 ப்ரோ மொபைல்-ன் அணைத்து விதமான சந்தேகங்களுக்கும் விடை கிடைக்கும். கமெண்ட் ல்  கேள்வியை கேட்கவும். நன் இந்த மொபைலை தான் பயன்படுத்துகிறேன்.






Quick Video : 

https://youtu.be/oDjWL7nyW-k










ரெட்மி 6 ப்ரோ:

டிஸ்பிளே: 5.45 எச்டி பிளஸ் டிஸ்பிளே
செயலி: குவால்காம் ஸ்னாப்டிராகன் 625
ரியர் கேமரா: 12எம்பி+5எம்பி
செல்பீ கேமரா: 5எம்பி
ரேம்:3ஜிபி/4ஜிபி
மெமரி: 32ஜிபி/64ஜிபி
பேட்டரி 4000எம்ஏஎச்
ஆண்ட்ராய்டு 8.1 ஓரியோ



Also Read :

புதிய ரெட்மி 6/6A/6pro review
https://youtu.be/3PAKcjg176o
Google-ஐ நம்ப வேண்டாம்!! Google SPY!!!
https://youtu.be/jghEyF7Vwy0
Kerala - Before and After Flood Video
https://youtu.be/0adBA3WiN4U
Jio phone 2 at 2999/-
https://youtu.be/AI2keMAexVA
நோட் 9 போனை 7,999க்கு வாங்கலாம்
https://youtu.be/UMzJrimNwkk
ஜியோ புயல்: 1 நொடிக்கு 1ஜிபி
https://youtu.be/IM-KIhMnLJU

Top 10 FREE Domain with Hosting


in this video i'm going to show how to create a free website with hosting features. free online storage, free mail id, free web hosting and much more. FTP available .






websites link here :

000webhost.com

one.com

atspace.com

wix.com

5gbfree.com

myownfreehost.net

volusion.com

awardspace.com

dot.tk





Leave your comments. Like & Share.



https://www.facebook.com/TechTubeTamilNadu



https://www.techTubeTN.blogspot.com



click links for new updates.



Please read channel description.

VR Webdesign | VR Shopping


VR Webdesign | Shopping


How to make a Virtual Reality Shop website?

Dont have website Click here to get FREE website and Domain name.

SignUp here :
https://www.000webhost.com/

Source code:

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Shopping</title>
    <meta name="description" content="Shopping - DMSplusG">
    <script src="js/1.js"></script>
  </head>
  <body>
    <a-scene>
      <a-assets>
        <a-asset-item id="why-male-models" src="https://raw.githubusercontent.com/aframevr/aframe/master/examples/showcase/shopping/man/man.dae"></a-asset-item>
        <img id="fall" src="https://raw.githubusercontent.com/aframevr/aframe/master/examples/showcase/shopping/fall.png">
        <img id="goggles" src="goggles.png">
        <img id="mozvr" src="http://dmsplusg.kissr.com/DMSplusG/res/mozvr.png">
        <img id="price" src="https://raw.githubusercontent.com/aframevr/aframe/master/examples/showcase/shopping/price.png">
        <img id="shadow2" src="https://raw.githubusercontent.com/aframevr/aframe/master/examples/assets/img/radial-shadow-2.png">
        <img id="shoes" src="https://raw.githubusercontent.com/aframevr/aframe/master/examples/showcase/shopping/shoes.png">
      </a-assets>

      <a-entity id="model" position="0 0 -3">
        <a-animation attribute="rotation" from="0 -30 0" to="0 330 0" dur="15000"
                     easing="linear" repeat="indefinite"></a-animation>
        <a-collada-model position="-.35 0 .55" rotation="0 -20 0" scale="1.5 1.5 1.5"
                         src="#why-male-models"></a-collada-model>
        <a-image src="#shadow2" rotation="-90 0 0" scale="0.5 0.5 0.5"></a-image>
      </a-entity>

      <a-curvedimage id="mozvr-logo" src="#mozvr" radius="5.7" theta-length="36" height="1"
                     position="0 2.6 -1" opacity="0.5">
        <a-animation attribute="rotation" from="0 10 0" to="0 200 0" delay="500"
                     dur="1000"></a-animation>
      </a-curvedimage>

      <a-image id="price" src="#price" width="7" height="3.5" scale="0.2 0.2 0.2">
        <a-animation attribute="position" from="0 2.8 -6" to="2.25 2.8 -6" delay="1000"
                     dur="1000"></a-animation>
      </a-image>

      <a-cylinder id="goggles" color="#101010" height="0.02" radius="0.8">
        <a-animation attribute="rotation" from="-270 0 0" to="-90 0 0" dur="750" delay="1000"
                     fill="both"></a-animation>
        <a-animation attribute="position" from="8 0 -9" to="8 3.5 -9" dur="750" delay="1000"
                     fill="both"></a-animation>
        <a-image src="#goggles" width="2" height="1" rotation="90 0 0" position="0 -.05 0"
                 scale=".4 .4 .4"></a-image>
      </a-cylinder>

      <a-curvedimage id="stereoscopic-fall-collection-text" src="#fall" radius="5.7"
                     theta-length="18" height=".45" position="0 0.9 0" scale=".4 .4 .4">
        <a-animation attribute="rotation" from="0 180 0" to="0 210 0" delay="750"
                     dur="1000"></a-animation>
      </a-curvedimage>

      <a-curvedimage id="shoes" src="#shoes" radius="5.7" theta-length="18" height=".8"
                     position="0 0.9 0" scale=".4 .4 .4">
        <a-animation attribute="rotation" from="0 180 0" to="0 130 0" delay="750"
                     dur="1000"></a-animation>
      </a-curvedimage>

      <a-entity>
        <a-cylinder position="0 0.5 0" radius="4" height="1.6" side="back" open-ended="true"
                    color="#FFF"></a-cylinder>
      </a-entity>

      <a-sky color="#ECECEC"></a-sky>
      <a-light type="directional" color="#fff" intensity="0.2" position="-1 2 1"></a-light>
      <a-light type="ambient" color="#fff"></a-light>
    </a-scene>
  </body>
</html>

Hint:

     Only Change the red coloured image sources

Watch Video:

     

VR Webdesign | VR shapes


VR Webdesign | VR shapes


How to create a shapes in virtual reality website?


Dont have website click here to get FREE! website

SignUp here
: https://www.000webhost.com/


Source code:

<!DOCTYPE html>
<html>
  <head>
    <title>Hello, WebVR! - A-Frame</title>
    <meta name="description" content="Hello, WebVR! - A-Frame">
    <script src="https://aframe.io/releases/0.5.0/aframe.min.js"></script>
  </head>
  <body>
    <a-scene>
      <a-box position="-1 0.5 -3" rotation="0 45 0" color="#4CC3D9"></a-box>
      <a-sphere position="0 1.25 -5" radius="1.25" color="#EF2D5E"></a-sphere>
      <a-cylinder position="1 0.75 -3" radius="0.5" height="1.5" color="#FFC65D"></a-cylinder>
      <a-plane position="0 0 -4" rotation="-90 0 0" width="4" height="4" color="#7BC8A4"></a-plane>
      <a-sky color="#ECECEC"></a-sky>
    </a-scene>
  </body>
</html>

Watch video :

VR Webdesign | VR Image


VR Webdesign | VR Image


How to make the virtual reality website?Simple follow the steps bellow .



SignUp here:
                       https://www.000webhost.com/980566.html

Source code:


<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Panorama</title>
    <meta name="description" content="Panorama — A-Frame">
    <script src="https://techtubetn.000webhostapp.com/1.js"></script>
  </head>
  <body>
    <a-scene>
      <a-sky src="https://upload.wikimedia.org/wikipedia/commons/6/65/SonyCenter_360panorama.jpg" rotation="0 -130 0"></a-sky>
    </a-scene>
 </body>
</html>
change the source and upload to your website.

Watch the video :


Backlinks

Website Design Company in Coimbatore
Website Design Company in Tamil nadu
Website Design Company in Karur
Website Design Company in Erode
Website Design Company in ooty
Website Design Company in theni
Website Design Company in thoothukudi
Website Design Company in Chennai
Website Design Company in Sathy
Website Design Company in Coimbatore Tamilnadu
Cheap Website Design Company in Coimbatore
Adsense Website Design Company in Coimbatore
ecommerce Website Design Company in Coimbatore
school Website Design Company in Coimbatore
Academy Website Design Company in Coimbatore
Test Website Design Company in Coimbatore
Best Website Design Company in Coimbatore
Adsense Website Design Company in Coimbatore
Adsense Website Design Company in Tamil nadu
Adsense Website Design Company in Karur
Adsense Website Design Company in Erode
Adsense Website Design Company in ooty
Adsense Website Design Company in theni
Adsense Website Design Company in thoothukudi
Adsense Website Design Company in Chennai
Adsense Website Design Company in Sathy
Free SEO Tools online
Free SEO Tools online Website
Free SEO Tools online Plagiarism
Free SEO Tools online article rewriter tool
Free SEO Tools online article reading and writing criticism
Free SEO Tools online seo backlink
Free SEO Tools online Free backlink maker
Free SEO Tools online seo backlink strategy
Free SEO Tools online content writting
360 help SEO Tools online Plagiarism checker
360 help SEO Tools online seo backlink
360 help SEO Tools online Free backlink maker
360 help SEO Tools online content writting
360 help SEO Tools online article rewriter tool
360 help SEO Tools
360 help SEO Tools India
360 help SEO Tools Tamil
360 help SEO Tools website