This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import * as opentracing from 'opentracing'; | |
| import { DocumentQuery } from 'mongoose'; | |
| // Notes and light documentation at <https://github.com/jaegertracing/jaeger-client-node> | |
| // templates for running Jaeger pieces in Kubernetes at <https://github.com/jaegertracing/jaeger-kubernetes> | |
| // If you're working in local development and want to see what's up here, you can run a local instance | |
| // of Jaeger in a docker container to capture any generated traces locally. This works with running the | |
| // unit tests and traces they generate. | |
| // |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // Capsule.swift | |
| // | |
| // | |
| // Created by Josh Robbins on 24/02/2018. | |
| // Copyright © 2018 BlackMirror. All rights reserved. | |
| // | |
| import Foundation | |
| import SceneKit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // Cone.swift | |
| // | |
| // | |
| // Created by Josh Robbins on 24/02/2018. | |
| // Copyright © 2018 BlackMirror. All rights reserved. | |
| // | |
| import Foundation | |
| import SceneKit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // Torus.swift | |
| // | |
| // | |
| // Created by Josh Robbins on 24/02/2018. | |
| // Copyright © 2018 BlackMirror. All rights reserved. | |
| // | |
| import Foundation | |
| import SceneKit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // Sphere.swift | |
| // | |
| // | |
| // Created by Josh Robbins on 24/02/2018. | |
| // Copyright © 2018 BlackMirror. All rights reserved. | |
| // | |
| import Foundation | |
| import SceneKit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // Pyramid.swift | |
| // | |
| // Created by Josh Robbins on 24/02/2018. | |
| // Copyright © 2018 BlackMirror. All rights reserved. | |
| // | |
| import Foundation | |
| import SceneKit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //1. Timer To Animate Our Text | |
| var animationTimer: Timer? | |
| //2. Variable To Store The Current Time | |
| var time:Int = 0 | |
| /// Animates The Presentation Of SCNText To Give An Appearance Of A Typing Effect | |
| /// | |
| /// - Parameters: | |
| /// - textGeometry: SCNText |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // Tube.swift | |
| // | |
| // Created by Josh Robbins on 24/02/2018. | |
| // Copyright © 2018 BlackMirror. All rights reserved. | |
| // | |
| import Foundation | |
| import SceneKit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // Cylinder.swift | |
| // | |
| // | |
| // Created by Josh Robbins on 24/02/2018. | |
| // Copyright © 2018 BlackMirror. All rights reserved. | |
| // | |
| import Foundation | |
| import SceneKit |