Marco Wettstein
Marco Wettstein
Would be cool to have the basics! I will create a board for the roadmap. I think once we have the basics, it will be easier pritam schrieb am Fr....
I created a board: https://github.com/HippoAR/react-native-arkit/projects/1 @pritasam I think we need to start with having the (empty) ArView component on android. After that i would start with some 3d objects like...
keep in mind that a model might also contain textures. There is no standard format for that (as far as i know). I therefore created zipfiles containing an optimized dae...
yes. Store the plane in onDetectedPlane somewhere (redux or setState) and use a ARKit.Box or ARKit.Plane to display it. E.g. ``` ``` this does not take the extent of the...
@dittmarconsulting i don't have merge rights yet, but i released a fork for the moment: `@panter/[email protected]` can you check if it works with that? If you install that one, you...
@dittmarconsulting should not be the case 🤔 the box is placed at position, which is the anchor of the detected plane. Using an actual AR.Plane would be more correct though.
@dittmarconsulting still an issue or can i close this issue?
@Baransu hm, weird have to check that out. Thx for your feedback
you can use this: https://github.com/HippoAR/react-native-arkit/blob/8f872ea40d89e1f4b205a96e12ec93edf0079345/ios/RCTARKit.m#L241 this does a runtime check just change it to 11.0 or so
it should work with this runtime check. Does xcode give you any warning, if you change the target to ios 10 or so?