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

Monday, April 3, 2017

360º Images

Google Play - Android
Appel Store - Appel





Once you have taken the 360º photos, you can upload them onto Google fotos or Facebook and they will be able to be displayed in 360º.


But if you want to embed them on your blog, you have to CONVERT them into equirectangular images, like this one:

How do you do this? Using this link provided by Google.
After that, this will be the html code to insert:
<iframe allowfullscreen="" height="450" src="//storage.googleapis.com/vrview/index.html?image=http://i.imgur.com/F8hzxzd.jpg&amp;is_stereo=true" width="100%"> </iframe>

http://i.imgur.com/F8hzxzd.jpg is the URL where you upload the equirectangular photo.
Here you have the process

An this is the result:



VR: safety and health precautions


Friday, March 17, 2017

How to program with Blockly in CoSpaces

  • Programming. To program we will use Blockly which is a Visual Programming editor by Google that is integrated in CoSpaces. It lets you drag and drop blocks to generate executible code. 
Blockly is a Google depelopment



You have more Blockly tutorials here, 41-46 videos


Here you have code games in Blockly.

Wednesday, March 1, 2017

COSPACES - Virtual world

VIRTUAL REALITY + PROGRAMMING

¿Qué es realidad virtual?
Pixabay Public Domain

Link to open example on a new tab


Do you want to open it on your mobile device (smartphone or tablet)? Use this QR code:





https://cospaces.io/  Use the email and password provided by your teacher.

Create your own virtual reality worlds (build three-dimensional models) with the CoSpaces web application and then, you will be able to experience them with the CoSpaces mobile app. Fun, simple and free.
  1. Gallery of examples. Go to the gallery and take a look to several projects in order to inspire you.
  2. Teams of 3 or 4 students. 
  3. Planify your virtual world. You can work in a collaborative way on the same project on different scenes and even on the same scene.
  4. Tutorials: Find video tutorials on Cospace youtube chanel for specific tasks.
  5. Voice: To record your voices use Online voice recorder.
  6. Music: To upload music (.mp3 files) use Jamendo (Creative Commons music).
  7. Programming. To program we will use Blockly which is a Visual Programming editor by Google that is integrated in CoSpaces. It lets you drag and drop blocks to generate executible code. Here you have code games in Blockly.