Skip to content

Displaying 3D controller models

Benedikt edited this page Jul 8, 2021 · 1 revision

OpenVR carries 3D models of controllers, base stations and HMDs. Wherever possible these models reflect the actual physical appearance of the devices.

In Godot OpenVR the OpenVRRenderModel class can be used to load these models into your game or application to be displayed to the user.

You can use addons/godot-openvr/scenes/ovr_controller.tscn instead of your ARVRController nodes and it should work out of the box.

Clone this wiki locally