MarkerTacker 문의 드립니다.
Please provide your development details as below;
1. SDK Version: 6.2.0
2. Development Environment: (eg. Unity-Android, Unity-iOS, Native Android, Native iOS) - Native Android
3. Tracker/Scanner: MarketTracker
4. License Type(Free / Pro-One Time Fee / Pro-Subscription / Enterprise): Free
5. Target Device(Optional): Galaxy A32
We can assist better if you attach screenshots of issues.
기존 Sample앱에서 하기와 같이 설정이 되어 있습니다.
TrackerManager.getInstance().addTrackerData("{\"marker\":\"set_scale\",\"id\":\"0\", \"scale\":0.1}",false);
링크 : https://developer.maxst.com/MD/doc/6_2_x/andr/ex/marker
타깃 마커 설정을 참조하여 scale을 0.042로 설정할 경우 오히려 AR 증강시 Object가 더 크게 생성되며 마커 위에 보여집니다.
scale 의 값이 작을 수록 물체가 더 커지게 보이는것이 혹시 정상인가요?
확인 부탁 드립니다.
MAXST AR SDK에 관심을 가져주셔서 감사합니다.
addTrackerData에 입력하는 scale값은 target의 사이즈로, 실제 사이즈가 target의 사이즈보다 크면 그 만큼 크게 증강됩니다.
참고로, AR 증강된 오브젝트의 scale값 조정은 Renderer 의 setScale(float x, float y, float z) 메소드를 활용하시면 됩니다.
감사합니다.
Best regards,
Hannah
MAXST Support Team