Kangwook Lee (이강욱)

Results 5 comments of Kangwook Lee (이강욱)

@jen6 테스트해보니 좌표 차이가 없습니다. 같은 좌표를 그대로 사용하셔도 될 것 같습니다

According to the Kubernetes reference (https://kubernetes.io/docs/reference/using-api/#api-groups), only the core group APIs start with `/api/v1/`, and the named group APIs start with `/apis/{group}/{version}/`. So every Kubernetes API except the core group...

The driver code is here: https://github.com/pbzweihander/OpenVR-OpenTrack What do you mean by "setting up a display"? I don't have an actual display. But I did implement `IVRDisplayComponent`.

It does not work when I implement `IVRDriverDirectModeComponent` instead of `IVRDisplayComponent`. What exactly is the "extended mode"? I can't find any documentation of it.

And the `simplehmd` in sample driver does not work with same error.