Posts

Post not yet marked as solved
3 Replies
2.2k Views
Hello everyone good evening,i am trying exploring 3d models resize in arkit so here i am trying to change 3d models size with scale property but it is not solution for dynamic 3d models , so please give me any solution for resizing 3d models in arkit .Thanks in advance .
Posted Last updated
.
Post not yet marked as solved
1 Replies
2.5k Views
hello Apple here i am showing my code , total images is arond 1000 in Array for i in 0..<self.localItems.count{ let dict = self.localItems[i] let name = dict["markername"] as? String DispatchQueue.main.async { let image = dict["markerimg"] as! UIImage guard let cgIMG = image.cgImage else{ print("error got here") return } print(cgIMG) let arImg = ARReferenceImage(cgIMG, orientation: .up, physicalWidth: 0.2) arImg.name = name arImg.validate { (error) in if(error == nil){ } else{ print(error?.localizedDescription ?? "") } } printℹ } } please give me any solution for this ,Thanks in advance
Posted Last updated
.
Post not yet marked as solved
0 Replies
311 Views
hello guys ,Here i am trying to add mutiple 3d Objects in a ARSCNView along with move, scale and roate gestures , then i am getting conflicts with shadow planes to recognize the gestures , and shadow postions . so give me any solutions to resolve this issue.Thanks in advance.
Posted Last updated
.
Post not yet marked as solved
0 Replies
319 Views
hello guys ,Here i am trying to add mutiple 3d Objects in a ARSCNView along with move, scale and roate gestures , then i am getting conflicts with shadow planes to recognize the gestures , and shadow postions . so give me any solutions to resolve this issue.Thanks in advance.
Posted Last updated
.
Post not yet marked as solved
0 Replies
414 Views
hello guys ,Here i am trying to add mutiple 3d Objects in a ARSCNView along with move, scale and roate gestures , then i am getting conflicts with shadow planes to recognize the gestures , and shadow postions . so give me any solutions to resolve this issue.Thanks in advance.
Posted Last updated
.
Post not yet marked as solved
0 Replies
347 Views
hello guys ,Here i am trying to add mutiple 3d Objects in a ARSCNView along with move, scale and roate gestures , then i am getting conflicts with shadow planes to recognize the gestures , and shadow postions . so give me any solutions to resolve this issue.Thanks in advance.
Posted Last updated
.
Post not yet marked as solved
0 Replies
321 Views
hello guys ,Here i am trying to add mutiple 3d Objects in a ARSCNView along with move, scale and roate gestures , then i am getting conflicts with shadow planes to recognize the gestures , and shadow postions . so give me any solutions to resolve this issue.Thanks in advance.
Posted Last updated
.
Post not yet marked as solved
0 Replies
289 Views
hello guys ,Here i am trying to add mutiple 3d Objects in a ARSCNView (ARKit 3.0 & 2.0) along with move, scale and roate gestures , then i am getting conflicts with shadow planes (overlapping on other 3D objects while scaling) to recognize the gestures , and shadow postions . so give me any solutions to resolve this issue.Thanks in advance.
Posted Last updated
.
Post not yet marked as solved
0 Replies
306 Views
hello guys ,Here i am trying to add mutiple 3d Objects in a ARSCNView (ARKit 3.0 & 2.0) along with move, scale and roate gestures , then i am getting conflicts with shadow planes (overlapping on other 3D objects while scaling) to recognize the gestures , and shadow postions . so give me any solutions to resolve this issue.Thanks in advance.
Posted Last updated
.
Post not yet marked as solved
0 Replies
689 Views
hello guys ,Here i am trying to add mutiple 3d Objects in a ARSCNView (ARKit 3.0 & 2.0) along with move, scale and roate gestures , then i am getting conflicts with shadow planes (overlapping on other 3D objects while scaling) to recognize the gestures , and shadow postions . so give me any solutions to resolve this issue.Thanks in advance.
Posted Last updated
.
Post not yet marked as solved
0 Replies
313 Views
hello guys ,Here i am trying to add mutiple 3d Objects in a ARSCNView (ARKit 3.0 & 2.0) along with move, scale and roate gestures , then i am getting conflicts with shadow planes (overlapping on other 3D objects while scaling) to recognize the gestures , and shadow postions . so give me any solutions to resolve this issue.Thanks in advance.
Posted Last updated
.
Post not yet marked as solved
1 Replies
375 Views
hello guys ,Here i am trying to add mutiple 3d Objects in a ARSCNView (ARKit 3.0 & 2.0) along with move, scale and roate gestures , then i am getting conflicts with shadow planes (overlapping on other 3D objects while scaling) to recognize the gestures , and shadow postions (how to calculate ). so give me any solutions to resolve this issue.Thanks in advance.
Posted Last updated
.