Google Cardboard Android

Google Cardboard Android

03:00  /  google-cardboard  /  7 Comments

Google Cardboard is a device which experience virtual reality in a simple, fun, and inexpensive way. Cardboard main aim to provide virtual reality (VR) tools to allow everyone to enjoy VR in a simple, fun, and natural way. Cardboard SDK tool enable android and unity application to quickly start creating virtual reality (VR) apps or adapt your existing...

Google Cardboard Sensor

Google Cardboard Sensor

03:00  /  google-cardboard  /  3 Comments

A- MagnetSensor.OnCardboardTriggerListener - public static interface MagnetSensor.OnCardboardTriggerListener- Known Indirect Subclasses CardboardActivity Interface for listeners of Cardboard trigger events. Public Methods- public abstract void onCardboardTrigger () SensorEventProvider public interface B- SensorEventProvider - Known Indirect Subclasses DeviceSensorLooper Public interface to provide sensor events (e.g. from a device or from recorded data) to a set of listeners. Public Methods- public abstract...

Google Cardboard Classes

Google Cardboard Classes

03:00  /  google-cardboard  /  0 Comments

A- CardboardActivity - CardboardActivity is public class and Base activity that provides easy integration with Cardboard devices. Exposes events to interact with Cardboards and handles many of the details commonly required when creating an Activity for VR rendering. Some public methods- public boolean areVolumeKeysDisabled () - Tells if the volume keys are currently being disabled by CardboardActivity Note...

Google Cardboard Interfaces

Google Cardboard Interfaces

03:00  /  google-cardboard  /  0 Comments

Library Cardboard Api - com.google.vrtoolkit.cardboard A- CardboardView.Renderer -  Interface for renderers who need to handle all the stereo rendering details by themselves. They are following methods- onDrawFrame(HeadTransform headTransform, Eye leftEye, Eye rightEye) - Requests to draw a new frame. The implementor is assumed to handle all stereoscopic details by itself by making use of the provided head transformation...

Cardboard App Launcher Example

Cardboard App Launcher Example

03:00  /  google-cardboard  /  4 Comments

Cardboard App Launcher is an Android app launcher designed for use with the Google Cardboard virtual reality head mounted display. Cardboard App Launcher is intended to replace a regular launcher when the user places their device inside a Google Cardboard viewer. Unlike a regular Android launcher, Cardboard App Launcher uses side by side 3D to display a launcher...