fix camera jitter

This commit is contained in:
awtterpip
2024-03-14 19:40:50 -05:00
parent ec2a538010
commit e1d5de1a94
3 changed files with 52 additions and 48 deletions

View File

@@ -278,4 +278,4 @@ pub struct XrGraphicsInfo {
}
#[derive(Clone, Resource, ExtractResource)]
pub struct XrViews(pub Vec<Entity>);
pub struct XrViews(pub Vec<(Entity, openxr::View)>);