Hi
in the latest beta EAP model targets release we has this handy Create GuideViews options which created a gameobject in the hierarchy that handles all the guide views. There you could also alter the position of the 3D guide views. I attach an image.
I dont see a similar functionality with the build in 7.0.47 vuforia and the Vuforia Model targets sample.
How do we attach 3d views now, and how do we alter the positions of the 3d guide views?
Thanks
Dimi
Attachment | Size |
---|---|
![]() | 64.73 KB |
Thanks, i found out how it works.
when you enable 3D guide view it also has this boolean flag "override detection position".
Checking this boolean enables under the ModelTarget a GameObject named DetectionPositionControl.
Which has also a camera attached to preview your alterations.
Select this control (you will see a small camera preview in the scene window) and alter its position.
At runtime the position of this gameobject will specify the position of the Guide view in camera space.
I wish you had some official documentation about that.
Thanks