Wiki-home » About VastPark » Platform » VastWorlds platform » Developer's guide » Plugins » List of Plugins »
TestPivot¶
IMML example¶
<Plugin Name="PivotPlugin" Enabled="True" Source="http://id.vastpark.com/VastParkWS/get.vpws?publisher=Rob&name=TestPivot&domain=vastpark&context=park">
<Element Name="Camera" />
<Parameter Key="VerticalAutoSnapToOrigin" Value="False" />
<Parameter Key="HorizontalAutoSnapToOrigin" Value="False" />
<Parameter Key="VerticalPivotEnabled" Value="True" />
<Parameter Key="HorizontalPivotEnabled" Value="True" />
<Parameter Key="HorizontalRotateSpeed" Value="1" />
<Parameter Key="VerticalRotateSpeed" Value="0.2" />
<Parameter Key="VerticalMaxRotation" Value="1.4" />
<Parameter Key="VerticalMinRotation" Value="-0.5" />
<Parameter Key="ReverseHorizontal" Value="True" />
<Parameter Key="ReverseVertical" Value="True" />
<Parameter Key="UpKey" Value="Up" />
<Parameter Key="DownKey" Value="Down" />
<Parameter Key="LeftKey" Value="Left" />
<Parameter Key="RightKey" Value="Right" />
<Parameter Key="AltUpKey" Value="W" />
<Parameter Key="AltDownKey" Value="S" />
<Parameter Key="AltLeftKey" Value="A" />
<Parameter Key="AltRightKey" Value="D" />
<Parameter Key="ZoomMin" Value="0.8" />
<Parameter Key="ZoomMax" Value="36.0" />
<Parameter Key="ZoomSpeed" Value="40.0" />
</Plugin>
Properties¶