hello dear
im using your git repo for AR in my app , i want to know is it possible for my objects to have 1:1 scale for real world ? , like this app https://play.google.com/store/apps/details?id=com.inter_ikea.place&hl=en
Yes this is possible. Model your 3D models to the real world dimensions. If you want a chair to be 2 feet, make it 2 feet tall. When you place the model in AR with Viro, the model will be shown based on its original dimensions.
Viro uses ARKit (iOS) and ARCore (Android) for our real world tracking. Because these technologies do real world tracking, models are placed into the scene based on real world dimensions.
You can read more about this here -> https://developer.apple.com/documentation/arkit/understanding_world_tracking_in_arkit
Most helpful comment
Yes this is possible. Model your 3D models to the real world dimensions. If you want a chair to be 2 feet, make it 2 feet tall. When you place the model in AR with Viro, the model will be shown based on its original dimensions.