mapbox / mapbox/mapbox-arkit-ios
ARSCNViewDelegate Handling Content Updates not working after import import MapboxARKit
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 227
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
I have been trying to implement plane detection and I was breaking my head for hours trying to figure out why the methods regarding to the newly added anchors in SceneKit were not working.
all the renderer listeners are not working after importing MapboxARKit library into the project.
https://developer.apple.com/documentation/arkit/arscnviewdelegate
e.g:
optional func renderer(SCNSceneRenderer, nodeFor: ARAnchor)
Amazing project!
Would you help me out to sort out this problem! thanks!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing plane detection in an iOS project after importing MapboxARKit, then check whether the ARSCNViewDelegate renderer callbacks receive newly added anchors. Done means the documented callbacks, including renderer(_:nodeFor:), work as expected with MapboxARKit imported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100