Code:<CustomBehavior File="FlyTo" AllowedVariance="0.0" > <DestinationChoices> <Hotspot X="5901.417" Y="643.622" Z="645.3564" /> </DestinationChoices> </CustomBehavior>
The "AllowedVariance" tunable it does not affect changes when <DestinationChoices> is used.
Code:<CustomBehavior File="FlyTo" AllowedVariance="0.0" X="5901.417" Y="643.622" Z="645.3564" />
Only Like this take effect.