SteamVR
Missing InteractionRenderModelsChanged Event
Hi! I was testing out the new XR_EXT_render_model extension and ran into an issue where I'm never getting the XrEventDataInteractionRenderModelsChangedEXT event.

I tried enumerating the model IDs every frame, and with this approach I do get a list of IDs, and I can successfully load models from them. So the models at least exist.

The spec makes it sound like the runtime is required to queue the event once models become available, so unless I'm misunderstanding the spec or polling events wrong or something, this sounds like a bug?

My code is here if it helps: {链接已删除}
< >
正在显示第 1 - 2 条,共 2 条留言
lewa_j 6 月 19 日 上午 5:29 
Looks like enumeration works after first successfull call of xrSyncActions i.e. after state == XR_SESSION_STATE_FOCUSED
danw 6 月 24 日 下午 12:21 
Thanks for reporting this. I can repro and will look at getting this fixed.

As mentioned, enumeration will work only after the first call to xrSyncActions, per the spec.
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50