fix: remove stereokits controller models

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-02-07 04:31:34 +01:00
committed by Nova
parent 33ccc66411
commit d65163553e

View File

@@ -43,6 +43,7 @@ pub struct SkController {
}
impl SkController {
pub fn new(connection: &Connection, handed: Handed) -> Result<Self> {
Input::set_controller_model(handed, Some(Model::new()));
let (spatial, object_handle) = SpatialRef::create(
connection,
&("/org/stardustxr/Controller/".to_string()