Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New API openvr_driver.h issue #947

Closed
AgentMilkshake1 opened this issue Nov 27, 2018 · 0 comments
Closed

New API openvr_driver.h issue #947

AgentMilkshake1 opened this issue Nov 27, 2018 · 0 comments
Assignees

Comments

@AgentMilkshake1
Copy link

AgentMilkshake1 commented Nov 27, 2018

In the latest API release, there is a compile issue potentially originating from a missing definition.

In the function

 /** Creates a skeleton component. */
virtual EVRInputError CreateSkeletonComponent( PropertyContainerHandle_t ulContainer, const char *pchName, const char *pchSkeletonPath, const char *pchBasePosePath, EVRSkeletalTrackingLevel eSkeletalTrackingLevel, const VRBoneTransform_t *pGripLimitTransforms, uint32_t unGripLimitTransformCount, VRInputComponentHandle_t *pHandle ) = 0;

The type EVRSkeletalTrackingLevel is not defined in the same file. It is defined in openvr.h which is not included in openvr_driver.h

Is this just a slight oversight?

@JoeLudwig JoeLudwig assigned JoeLudwig and joevdh and unassigned JoeLudwig Nov 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants