feat: upgrade stardust-xr version

This commit is contained in:
Nova
2022-10-14 01:11:54 -04:00
parent edc7eefbbc
commit cdd38da4ee
9 changed files with 70 additions and 109 deletions

View File

@@ -30,8 +30,8 @@ impl SkController {
self.tip.spatial.set_local_transform_components(
None,
Transform {
position: Some(controller.pose.position.into()),
rotation: Some(controller.pose.orientation.into()),
position: Some(controller.pose.position),
rotation: Some(controller.pose.orientation),
scale: None,
},
);