djazlog

Results 2 comments of djazlog

`case "config#Theme": isThemeDark = call.arguments as! Bool let sceneUpdates = [TGSceneUpdate]() if(isThemeDark) { let localFile = Bundle.main.url(forResource: "dark", withExtension: "yaml") let sceneUrl = URL(fileURLWithPath: localFile?.path ?? "basic.yaml") mapView.loadSceneAsync(from: sceneUrl, with:...

off topic, have any ideas how to calculate and display the speed of movement? And changing the viewing angle?