<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to draw frustum graphic no Scene from JavaScript SDK. in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-draw-frustum-graphic-on-scene-from/m-p/1282635#M80958</link>
    <description>&lt;P&gt;You'll want to look into these resources.&lt;BR /&gt;The Mesh itself:&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Mesh.html" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Mesh.html&lt;/A&gt;&lt;BR /&gt;Which you can manually create by supplying a set of co-ordinates for each point of the fulcrum.&lt;BR /&gt;The fulcrum itself is reall just a pyramid that is representation of the camera viewport.&lt;BR /&gt;&lt;BR /&gt;This means we can also make use of other helper functions like screenToMap:&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-draw-DrawAction.html#screenToMap" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-views-draw-DrawAction.html#screenToMap&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This coverts a given screen point into a map point. If you run this on each corner of the screen it'll return the four points of the base of the pyramid. Withe the top of the pyramid being the existing camera point location.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hopefully this gives you a helping hand in getting started.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Apr 2023 01:24:03 GMT</pubDate>
    <dc:creator>JamesIng</dc:creator>
    <dc:date>2023-04-26T01:24:03Z</dc:date>
    <item>
      <title>How to draw frustum graphic on Scene from JavaScript SDK.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-draw-frustum-graphic-on-scene-from/m-p/1280143#M80916</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I possess metadata for an image, and I wish to create a frustum that displays the camera's field of view extending to the ground, similar to the image attached. However, I'm having difficulty determining the appropriate graphic to use when drawing the frustum within the scene view.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jauhari_mani_0-1681909332085.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/68386i160D87FF1499DDC8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jauhari_mani_0-1681909332085.png" alt="jauhari_mani_0-1681909332085.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 13:41:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-draw-frustum-graphic-on-scene-from/m-p/1280143#M80916</guid>
      <dc:creator>jauhari_mani</dc:creator>
      <dc:date>2023-04-20T13:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw frustum graphic no Scene from JavaScript SDK.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-draw-frustum-graphic-on-scene-from/m-p/1280493#M80919</link>
      <description>&lt;P&gt;Potentially look at using 3D mesh primitives for generating the frustum geometry.&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/geometry-mesh-primitives/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/geometry-mesh-primitives/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You'll need manually calculate the camera field of view into a given set of co-ordinates for the mesh.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 20:54:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-draw-frustum-graphic-on-scene-from/m-p/1280493#M80919</guid>
      <dc:creator>JamesIng</dc:creator>
      <dc:date>2023-04-19T20:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw frustum graphic no Scene from JavaScript SDK.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-draw-frustum-graphic-on-scene-from/m-p/1280733#M80924</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I appreciate your response. Is it possible for you to provide me with some documentation that I can consult in order to create a frustum ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 13:40:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-draw-frustum-graphic-on-scene-from/m-p/1280733#M80924</guid>
      <dc:creator>jauhari_mani</dc:creator>
      <dc:date>2023-04-20T13:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw frustum graphic no Scene from JavaScript SDK.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-draw-frustum-graphic-on-scene-from/m-p/1282635#M80958</link>
      <description>&lt;P&gt;You'll want to look into these resources.&lt;BR /&gt;The Mesh itself:&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Mesh.html" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Mesh.html&lt;/A&gt;&lt;BR /&gt;Which you can manually create by supplying a set of co-ordinates for each point of the fulcrum.&lt;BR /&gt;The fulcrum itself is reall just a pyramid that is representation of the camera viewport.&lt;BR /&gt;&lt;BR /&gt;This means we can also make use of other helper functions like screenToMap:&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-draw-DrawAction.html#screenToMap" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-views-draw-DrawAction.html#screenToMap&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This coverts a given screen point into a map point. If you run this on each corner of the screen it'll return the four points of the base of the pyramid. Withe the top of the pyramid being the existing camera point location.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hopefully this gives you a helping hand in getting started.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 01:24:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-draw-frustum-graphic-on-scene-from/m-p/1282635#M80958</guid>
      <dc:creator>JamesIng</dc:creator>
      <dc:date>2023-04-26T01:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw frustum graphic on Scene from JavaScript SDK.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-draw-frustum-graphic-on-scene-from/m-p/1412244#M84378</link>
      <description>&lt;P&gt;Is there any update to solution of this frustum drawing when I have latitude, longitude, altitude, roll, yaw (heading), pitch and FOV of an image.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 13:20:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-draw-frustum-graphic-on-scene-from/m-p/1412244#M84378</guid>
      <dc:creator>jauhari_mani</dc:creator>
      <dc:date>2024-04-19T13:20:22Z</dc:date>
    </item>
  </channel>
</rss>

