<?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: Can TextSymbol graphics be draped on 3D SceneView? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-textsymbol-graphics-be-draped-on-3d-sceneview/m-p/1123322#M75494</link>
    <description>&lt;P&gt;Hi Noah. I tried it but the text graphics are still billboarded. I don't see a way to make them draped.&lt;/P&gt;&lt;P&gt;To make a simple example, I modified the &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/graphics-basic-3d/" target="_blank" rel="noopener"&gt;Add Graphics to a Scene View sample&lt;/A&gt;. Here's what I got:&amp;nbsp;&lt;A href="https://codepen.io/gary4620/pen/rNGeMeb" target="_blank"&gt;https://codepen.io/gary4620/pen/rNGeMeb&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My symbol code in the sample:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const markerSymbol = {
  type: 'point-3d',
  symbolLayers: [{
    type: 'text',
    text: 'The Text',
    material: {
      color: '#ffffff'
    },
    size: 50
  }]
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Dec 2021 14:09:41 GMT</pubDate>
    <dc:creator>GaryLSheppardJr</dc:creator>
    <dc:date>2021-12-07T14:09:41Z</dc:date>
    <item>
      <title>Can TextSymbol graphics be draped on 3D SceneView?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-textsymbol-graphics-be-draped-on-3d-sceneview/m-p/1119195#M75369</link>
      <description>&lt;P&gt;I'm using the ArcGIS API for JavaScript 4.20. I'm adding point graphics and text graphics to a 3D scene view, using &lt;FONT face="courier new,courier"&gt;GraphicsLayer&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;TextSymbol&lt;/FONT&gt;. It's working well. But the text graphics are always billboarded, even if I use the &lt;FONT face="courier new,courier"&gt;on-the-ground&lt;/FONT&gt; mode for the graphics layer. Point graphics honor the mode, displaying draped if the mode is &lt;FONT face="courier new,courier"&gt;on-the-ground&lt;/FONT&gt; and billboarded if the mode is &lt;FONT face="courier new,courier"&gt;relative-to-scene&lt;/FONT&gt;.&lt;/P&gt;&lt;P&gt;Is there a way to get text graphics to drape on the 3D scene instead of billboarding?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 15:07:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-textsymbol-graphics-be-draped-on-3d-sceneview/m-p/1119195#M75369</guid>
      <dc:creator>GaryLSheppardJr</dc:creator>
      <dc:date>2021-11-22T15:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can TextSymbol graphics be draped on 3D SceneView?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-textsymbol-graphics-be-draped-on-3d-sceneview/m-p/1119227#M75372</link>
      <description>&lt;P&gt;Have you tried TextSymbol3DLayer?&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-TextSymbol3DLayer.html" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-TextSymbol3DLayer.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 16:35:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-textsymbol-graphics-be-draped-on-3d-sceneview/m-p/1119227#M75372</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2021-11-22T16:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can TextSymbol graphics be draped on 3D SceneView?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-textsymbol-graphics-be-draped-on-3d-sceneview/m-p/1119837#M75393</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/468738"&gt;@GaryLSheppardJr&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is not supported to drape text graphics on the ground.&amp;nbsp;&lt;BR /&gt;I wonder what's the use case to not have them billboarded?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 10:55:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-textsymbol-graphics-be-draped-on-3d-sceneview/m-p/1119837#M75393</guid>
      <dc:creator>SaschaBrunnerCH</dc:creator>
      <dc:date>2021-11-24T10:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can TextSymbol graphics be draped on 3D SceneView?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-textsymbol-graphics-be-draped-on-3d-sceneview/m-p/1123322#M75494</link>
      <description>&lt;P&gt;Hi Noah. I tried it but the text graphics are still billboarded. I don't see a way to make them draped.&lt;/P&gt;&lt;P&gt;To make a simple example, I modified the &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/graphics-basic-3d/" target="_blank" rel="noopener"&gt;Add Graphics to a Scene View sample&lt;/A&gt;. Here's what I got:&amp;nbsp;&lt;A href="https://codepen.io/gary4620/pen/rNGeMeb" target="_blank"&gt;https://codepen.io/gary4620/pen/rNGeMeb&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My symbol code in the sample:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const markerSymbol = {
  type: 'point-3d',
  symbolLayers: [{
    type: 'text',
    text: 'The Text',
    material: {
      color: '#ffffff'
    },
    size: 50
  }]
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 14:09:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-textsymbol-graphics-be-draped-on-3d-sceneview/m-p/1123322#M75494</guid>
      <dc:creator>GaryLSheppardJr</dc:creator>
      <dc:date>2021-12-07T14:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can TextSymbol graphics be draped on 3D SceneView?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-textsymbol-graphics-be-draped-on-3d-sceneview/m-p/1123325#M75495</link>
      <description>&lt;P&gt;Thanks, Sascha, for confirming that it's not supported. I don't know what the use case would be, but I wanted to ask in case my customer asks if the text can be draped. I don't have a specific need for this capability yet.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 14:10:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-textsymbol-graphics-be-draped-on-3d-sceneview/m-p/1123325#M75495</guid>
      <dc:creator>GaryLSheppardJr</dc:creator>
      <dc:date>2021-12-07T14:10:47Z</dc:date>
    </item>
  </channel>
</rss>

