AugmentedSolarSystem
AugmentedSolarSystem copied to clipboard
An Augmented reality experience to explore planets in our Solar System
https://github.com/Stellarium/stellarium/blob/ff2e4e253a57ee0da3b5279fe91904a2d160cb13/src/core/modules/GridLinesMgr.cpp
so this class looks re-usable - by adding a uislider - they are usually added on the right hand side of screen / by sliding finger up and down -...
I will endeavor to build an armillary sphere that can augment this app / it could be another section in app - will need these will map to earth celestial...
@IBAction func switchToDefaultCam(sender: AnyObject) { gameView.makeCameraActive(scene.defaultCam) } @IBAction func switchToShoulderCam(sender: AnyObject) { gameView.makeCameraActive(scene.playerCam) } @IBAction func switchToSkyCam(sender: AnyObject) { gameView.makeCameraActive(scene.skyCam) } @IBAction func switchToCoffeeCam(sender: AnyObject) { gameView.makeCameraActive(scene.coffeeCam) } getting the...
https://github.com/Stellarium/ one for the back log - although getting head around all the variables - kind of makes sense to surface them all.  private func lineBetweenNodeA(nodeA: SCNNode, nodeB: SCNNode) -> SCNNode { return CylinderLine(parent: sceneView!.scene.rootNode, v1: nodeA.position, v2: nodeB.position, radius: 0.001, radSegmentCount: 16, color: UIColor.white) } https://github.com/TBXark/Ruler/blob/e6a703d12a759fbef27bd48364572615333b1464/Ruler/Modules/Ruler/Views/LineNode.swift
Astronomy coordinate conversion. Conversion among equatorial coordinate (right ascension and declination), horizontal coordinate (azimuth and altitude) and their corresponding Cartesian equivalents Calculate Julian Date and Local sidereal time. Matrix /...
A little bit of issue with the initial tries on this. Should be able to use SwiftAA.