Swift Scenekit - Centering SCNText - the getBoundingBoxMin:Max issue
问题 Having fun with the alignmentMode option on SCNText. Been googling around and it looks like there is a problem with alignmentMode and containerFrame. The alternatives I've found suggest using the get bounding box function to find the text size and then manually adjust accordingly. Great except I cant get the function to work. When I try to get the two vectors I get an error: 'SCNVector3' is not convertible to 'UnsafeMutablePointer < SCNVector3>' I get that both on the geometry and the node.