Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions examples/annotations.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<pc-entity name="annotation1" position="5.5 1.2 0">
<pc-scripts>
<pc-script name="annotation" attributes='{
"label": "1",
"title": "Cockpit Canopy",
"text": "Transparent canopy offering visibility and housing the pilot\u0027s controls."
}'></pc-script>
Expand All @@ -69,6 +70,7 @@
<pc-entity name="annotation2" position="8 0.25 0">
<pc-scripts>
<pc-script name="annotation" attributes='{
"label": "2",
"title": "Nose Cone & Radar",
"text": "Houses the advanced radar system for targeting and navigation."
}'></pc-script>
Expand All @@ -77,6 +79,7 @@
<pc-entity name="annotation3" position="5 -0.5 0">
<pc-scripts>
<pc-script name="annotation" attributes='{
"label": "3",
"title": "Inlet Ducts",
"text": "Provides airflow to the engines, crucial for maintaining thrust."
}'></pc-script>
Expand All @@ -85,6 +88,7 @@
<pc-entity name="annotation4" position="0.5 0 5.1">
<pc-scripts>
<pc-script name="annotation" attributes='{
"label": "4",
"title": "Wingtip Missile Rails",
"text": "Can be equipped with AIM-9 Sidewinder missiles for air-to-air combat."
}'></pc-script>
Expand All @@ -93,6 +97,7 @@
<pc-entity name="annotation5" position="-4 0 0">
<pc-scripts>
<pc-script name="annotation" attributes='{
"label": "5",
"title": "Jet Engine Nozzles",
"text": "Dual afterburning turbofan engines for high-speed performance."
}'></pc-script>
Expand All @@ -101,6 +106,7 @@
<pc-entity name="annotation6" position="1 -1 -1">
<pc-scripts>
<pc-script name="annotation" attributes='{
"label": "6",
"title": "Main Landing Gear",
"text": "Retractable gear for safe takeoff and landing on runways."
}'></pc-script>
Expand All @@ -109,6 +115,7 @@
<pc-entity name="annotation7" position="2 0 -3.1">
<pc-scripts>
<pc-script name="annotation" attributes='{
"label": "7",
"title": "Forward Leading-Edge Flaps",
"text": "Enhance maneuverability during high-speed or low-speed flight."
}'></pc-script>
Expand Down
Loading
Loading