Hi,
i was wondering if it is possible to set the Height of the "PlaneFinderBehaviour" script at runtime e.g. with a slider the user can interact with? With my free license i neither can open the script to edit it nor was able to make an external call on this script.
Any solutions for this?
Hello,
You can adjust the height programmatically via PlaneFinder Height property (under Advanced) in the Core Samples (in scene "3-GroundPlane", look at PlaneManager->PlaneFinder). This represents the real world height of the camera in meters - thus your observation makes sense.
Keep in mind that this is just the height value. The APIs don't provide the ability to scale the augmentation.
Thanks,
Vuforia Engine Support