Giter Club home page Giter Club logo

jmini3d-vr-demo's Introduction

JMini3d VR Demo

This is a simple Android Virtual Reality (VR) demo for Google Cardboard using:

Jmini3d VR Demo

It includes 2 scenes with animated 3D buttons to change between scenes.

To "click" a button you must look to it for one second.

Lens distortion

This demo uses the integrated lens distortion in the GVR SDK but it can also do the lens distortion correction using vertex displacement (as proposed in https://www.youtube.com/watch?v=yJVkdsZc9YA). This is faster, but it can cause artifacts in some scenes.

You can enable it setting:

public final static boolean USE_VERTEX_DISPLACEMENT_LENS_DISTORTION = true;

in the VRActivity. The auxiliar code is in the class PincushionUtils.

Axis

This is the axis system in the Google VR SDK; -Z is front (the OpenGl standard):

  y
  |  
  |
  |------x
 /
/
Z

Credits

The Monkey model was created with Blender.

The sky box used in de demo "mp_velcor" was created by The Mighty Pete and downloaded from http://www.custommapmakers.org/skyboxes.php.

jmini3d-vr-demo's People

Contributors

albertoruibal avatar kgilmer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.