Disable Sk controller models #36

Merged
Schmarni-Dev merged 1 commits from disable_sk_controller_models into dev 2025-02-09 00:59:23 -05:00

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()