Skip to content

enhancement - lines coming out of planet at zenith with name #55

@johndpope

Description

@johndpope

img_2106

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions