GodotVR / godot_oculus_mobile

Godot Oculus mobile drivers (Oculus Go / Oculus Quest)
MIT License
170 stars 34 forks source link

new demo and example scene in addons #74

Closed NeoSpark314 closed 4 years ago

NeoSpark314 commented 4 years ago

@BastiaanOlij suggested on discord that a sample scene in the addons that would become part of the asset repository would be helpful to get people started (as is done for the OpenVR plugin).

This is my proposal of a ARVROrigin as a scene with a script that shows some basic usage of the oculus mobile plugin that people could drop into their scene and get oculus_mobile initialized, stick locomotion and some examples on how to access the API and buttons. I also put the controller .dae mesh in there; but removed the right mesh as it was a broken mirror (flipped triangle order) of the left mesh; I now just mirror it for the right hand.

This PR also contains a proposal to modify the demo scene of this repository. The scene now uses the ARVROrigin scene from the addons folder for interaction and looks like this:

Screenshot from 2019-12-12 21-47-10

BastiaanOlij commented 4 years ago

Really awesome work man!