Hi, I have a question about the FloorPlan plugin.
It seems that changing the heading_rad value inside the POINTS layer has no effect on the radar direction.
Example:
Code
<!-- PLANS -->
<layer name="plan_1" style="style_plan" capturewheel="false"
url="%FIRSTXML%/FloorPlan/plan/bando.webp"
title_fp="MAP"
pit_width="62"
radar_scale="0.94"
heading_rad="270"
plan_ur="bando.webp" />
<!-- POINTS -->
<layer name="plan_1_1" style="pointflpl" parent="plan_1"
capturewheel="false" x="392" y="-620"
linkedscene="scene_flycam03"
title="flycam03"
heading_rad="100" />
Display More
Even when I change the POINT’s heading_rad="100" to any value, the radar direction does not change in the viewer.
Only the heading_rad in the PLAN (plan_1) affects the radar, but the individual POINT heading is ignored.
Is this the expected behavior?
Should the radar direction be controlled by the POINT’s heading_rad?
Or is there another parameter that I need to change?
Please let me know how the plugin is supposed to handle per-point heading.
Thank you!