Merge pull request #25630 from BastiaanOlij/arvr_positional_mesh

Added a mesh interface to the arvr positional trackers
This commit is contained in:
Rémi Verschelde
2019-04-07 11:09:21 +02:00
committed by GitHub
7 changed files with 90 additions and 4 deletions

View File

@@ -27,6 +27,13 @@
If this is a controller that is being tracked the controller will also be represented by a joystick entry with this id.
</description>
</method>
<method name="get_mesh" qualifiers="const">
<return type="Mesh">
</return>
<description>
Returns the mesh related to a controller or anchor point if one is available.
</description>
</method>
<method name="get_name" qualifiers="const">
<return type="String">
</return>