<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Data+ International - Вопросы и Ответы - Вопросы с тегом qt</title>
<link>https://forum.esri-cis.com/index.php?qa=tag&amp;qa_1=qt</link>
<description>Powered by Question2Answer</description>
<item>
<title>Как отловить событие mousePressEvent на Esri :: ArcGISRuntime :: Graphic?</title>
<link>https://forum.esri-cis.com/index.php?qa=46926&amp;qa_1=%D0%BE%D1%82%D0%BB%D0%BE%D0%B2%D0%B8%D1%82%D1%8C-%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B5-mousepressevent-arcgisruntime-graphic</link>
<description>&lt;p&gt;Все события мыши защищены.&amp;nbsp;Я пытался сделать это через eventFilter и используя QObject :: connect, но результат ложный.&amp;nbsp;Как мне поймать событие щелчка на Esri :: ArcGISRuntime :: Graphic?&amp;nbsp;Что я пробовал:&lt;/p&gt;&lt;blockquote&gt;&lt;pre&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;...&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;
    &lt;/span&gt;&lt;span style=&quot;color:rgb(16, 16, 148); font-family:inherit&quot;&gt;bool&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:rgb(43, 145, 175); font-family:inherit&quot;&gt;ViewshedGeoElement&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;::&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;eventFilter&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color:rgb(43, 145, 175); font-family:inherit&quot;&gt;QObject&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;*&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;obj&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:rgb(43, 145, 175); font-family:inherit&quot;&gt;QEvent&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;*&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;event&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;
    &lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;{&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;
        qDebug&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;()&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;obj&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;event&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;
        &lt;/span&gt;&lt;span style=&quot;color:rgb(16, 16, 148); font-family:inherit&quot;&gt;if&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;event&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;type&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;()&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;==&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:rgb(43, 145, 175); font-family:inherit&quot;&gt;QEvent&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;::&lt;/span&gt;&lt;span style=&quot;color:rgb(43, 145, 175); font-family:inherit&quot;&gt;MouseButtonPress&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;
        &lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;{&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;
            &lt;/span&gt;&lt;span style=&quot;color:rgb(16, 16, 148); font-family:inherit&quot;&gt;return&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:rgb(16, 16, 148); font-family:inherit&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;
        &lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;}&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;
        &lt;/span&gt;&lt;span style=&quot;color:rgb(16, 16, 148); font-family:inherit&quot;&gt;return&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:rgb(16, 16, 148); font-family:inherit&quot;&gt;false&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;
    &lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;}&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;
&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;...&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;

&lt;/span&gt;&lt;span style=&quot;color:rgb(43, 145, 175); font-family:inherit&quot;&gt;Esri&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;::&lt;/span&gt;&lt;span style=&quot;color:rgb(43, 145, 175); font-family:inherit&quot;&gt;ArcGISRuntime&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;::&lt;/span&gt;&lt;span style=&quot;color:rgb(43, 145, 175); font-family:inherit&quot;&gt;Graphic&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;*&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt; m_graphic3d &lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:rgb(16, 16, 148); font-family:inherit&quot;&gt;nullptr&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;
m_model3d &lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:rgb(16, 16, 148); font-family:inherit&quot;&gt;new&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:rgb(43, 145, 175); font-family:inherit&quot;&gt;ModelSceneSymbol&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color:rgb(43, 145, 175); font-family:inherit&quot;&gt;QUrl&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;dataPath &lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;+&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:rgb(43, 145, 175); font-family:inherit&quot;&gt;PathModel&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;),&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:rgb(125, 39, 39); font-family:inherit&quot;&gt;1.0f&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:rgb(16, 16, 148); font-family:inherit&quot;&gt;this&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;);&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;
...
m_sceneView&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;graphicsOverlays&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;()-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;at&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color:rgb(125, 39, 39); font-family:inherit&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;)-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;graphics&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;()-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;installEventFilter&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;m_graphic3d&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;);&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style=&quot;color:#303336&quot;&gt;...&lt;/span&gt;&lt;/pre&gt;&lt;/blockquote&gt;</description>
<category>Программные продукты Esri</category>
<category>arcgis</category>
<category>qt</category>
<category>c</category>
<guid isPermaLink="true">https://forum.esri-cis.com/index.php?qa=46926&amp;qa_1=%D0%BE%D1%82%D0%BB%D0%BE%D0%B2%D0%B8%D1%82%D1%8C-%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B5-mousepressevent-arcgisruntime-graphic</guid>
<pubDate>Fri, 19 Apr 2019 07:57:33 +0000</pubDate>
</item>
<item>
<title>Почему .obj формат добавляется без текстур на Arcgis?</title>
<link>https://forum.esri-cis.com/index.php?qa=46908&amp;qa_1=%D0%BF%D0%BE%D1%87%D0%B5%D0%BC%D1%83-obj-%D1%84%D0%BE%D1%80%D0%BC%D0%B0%D1%82-%D0%B4%D0%BE%D0%B1%D0%B0%D0%B2%D0%BB%D1%8F%D0%B5%D1%82%D1%81%D1%8F-%D0%B1%D0%B5%D0%B7-%D1%82%D0%B5%D0%BA%D1%81%D1%82%D1%83%D1%80-%D0%BD%D0%B0-arcgis</link>
<description>&lt;p&gt;Не подхватываются текстуры и материалы , когда добавляю 3D модель формата .obj&amp;nbsp; на arcgis. Функция добавления :&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; void ViewshedGeoElement::AddModelToGraphicsOverlay(const double x, const double y, const double z, QString PathModel, QString NameModel, const double w, const double h, const double Depth)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; {&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; qDebug()&amp;lt;&amp;lt;x&amp;lt;&amp;lt;y&amp;lt;&amp;lt;z&amp;lt;&amp;lt;PathModel&amp;lt;&amp;lt;NameModel;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Esri::ArcGISRuntime::Graphic* m_model = nullptr;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OrbitGeoElementCameraController* followingModel = new OrbitGeoElementCameraController(m_model, 200.0, this);&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; followingModel-&amp;gt;setCameraPitchOffset(45.0);&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m_sceneView-&amp;gt;setCameraController(followingModel);&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; const Point tankPoint(x, y, z, SpatialReference(4326));&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; const QString dataPath = QQmlProperty::read(this, &quot;dataPath&quot;).toString();&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; const float scale = 1;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // Create the Graphic Symbol&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ModelSceneSymbol* sceneSymbol = new ModelSceneSymbol(QUrl(dataPath + PathModel), scale, this);&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; qDebug()&amp;lt;&amp;lt;&quot;dataPath + PathModel&quot;&amp;lt;&amp;lt;dataPath + PathModel;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sceneSymbol-&amp;gt;setAnchorPosition(SceneSymbolAnchorPosition::Bottom);&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sceneSymbol-&amp;gt;setHeading(180.0f);&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(w!=0&amp;amp;&amp;amp;h!=0&amp;amp;&amp;amp;Depth!=0)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sceneSymbol-&amp;gt;setWidth(w);&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sceneSymbol-&amp;gt;setHeight(h);&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sceneSymbol-&amp;gt;setDepth(Depth);&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // Create the Graphic&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; QVariantMap attr;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; attr[m_headingAttr] = 150.0;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Esri::ArcGISRuntime::TextSymbol* drapedText = new TextSymbol(QString(&quot;Ширинат: %1\nВысота: %2\nДлинна:%3&quot;).arg(w).arg(h).arg(Depth), QColor(&quot;black&quot;), 20, HorizontalAlignment::Left, VerticalAlignment::Middle, this);&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m_model = new Graphic(tankPoint, attr , sceneSymbol, this);&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m_graphicsOverlay-&amp;gt;graphics()-&amp;gt;append(new Graphic(tankPoint, drapedText));&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m_graphicsOverlay-&amp;gt;graphics()-&amp;gt;append(m_model);&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Esri::ArcGISRuntime::OrbitGeoElementCameraController*m_modelController&amp;nbsp; = new OrbitGeoElementCameraController(m_model, 200.0, this);&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m_modelController-&amp;gt;setCameraPitchOffset(45.0);&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m_sceneView-&amp;gt;setCameraController(m_modelController);&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; }&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Сам файл .obj :&lt;/p&gt;&lt;p&gt;65.obj&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; # 3ds Max Wavefront OBJ Exporter v0.97b - (c)2007 guruware&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; # 3ds Max Wavefront OBJ Exporter v0.97b - (c)2007 guruware&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; # File Created: 29.03.2019 15:18:56&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; mtllib 65.mtl //путь до материала&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; #&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; # object 65msta&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; #&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; v&amp;nbsp; -0.6000 0.6048 -0.0816&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; v&amp;nbsp; -0.6000 0.6134 0.1082&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; v&amp;nbsp; 0.6000 0.6134 0.1082&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; v&amp;nbsp; 0.6000 0.6048 -0.0816&lt;/p&gt;&lt;p&gt;...&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;65.mtl&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; # 3ds Max Wavefront OBJ Exporter v0.97b - (c)2007 guruware&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; # File Created: 29.03.2019 15:18:56&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; newmtl 65msta&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; Ns 10.0000&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; Ni 1.5000&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; d 1.0000&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; Tr 0.0000&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; Tf 1.0000 1.0000 1.0000&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; illum 2&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; Ka 0.5880 0.5880 0.5880&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; Kd 0.5880 0.5880 0.5880&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; Ks 0.0000 0.0000 0.0000&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; Ke 0.0000 0.0000 0.0000&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; map_Kd C:/Users/52/ArcGIS/Runtime/Data/3D/65/65.bmp //путь до текстуры&lt;/p&gt;&lt;/blockquote&gt;</description>
<category>arcgis-desktop</category>
<category>qt</category>
<category>c</category>
<category>3dmodel</category>
<guid isPermaLink="true">https://forum.esri-cis.com/index.php?qa=46908&amp;qa_1=%D0%BF%D0%BE%D1%87%D0%B5%D0%BC%D1%83-obj-%D1%84%D0%BE%D1%80%D0%BC%D0%B0%D1%82-%D0%B4%D0%BE%D0%B1%D0%B0%D0%B2%D0%BB%D1%8F%D0%B5%D1%82%D1%81%D1%8F-%D0%B1%D0%B5%D0%B7-%D1%82%D0%B5%D0%BA%D1%81%D1%82%D1%83%D1%80-%D0%BD%D0%B0-arcgis</guid>
<pubDate>Tue, 02 Apr 2019 09:00:27 +0000</pubDate>
</item>
<item>
<title>Могу ли я изменить текстуру добавленной модели? Esri :: ArcGISRuntime :: Graphic</title>
<link>https://forum.esri-cis.com/index.php?qa=46901&amp;qa_1=%D0%B8%D0%B7%D0%BC%D0%B5%D0%BD%D0%B8%D1%82%D1%8C-%D1%82%D0%B5%D0%BA%D1%81%D1%82%D1%83%D1%80%D1%83-%D0%B4%D0%BE%D0%B1%D0%B0%D0%B2%D0%BB%D0%B5%D0%BD%D0%BD%D0%BE%D0%B9-%D0%BC%D0%BE%D0%B4%D0%B5%D0%BB%D0%B8-arcgisruntime-graphic</link>
<description>&lt;p&gt;Можно менять текстуру у добавленной модели в Arcgis ? Я добавляю модель в сцене следующим образом (&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_CppSamples/Analysis/ViewshedGeoElement&quot;&gt;код сцены&lt;/a&gt;):&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:rgb(36, 39, 41); font-family:arial,helvetica neue,helvetica,sans-serif; font-size:15px&quot;&gt;ViewshedGeoElement.h&lt;/span&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;pre&gt;&lt;span style=&quot;color:rgb(43, 145, 175); font-family:inherit&quot;&gt;Esri&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;::&lt;/span&gt;&lt;span style=&quot;color:rgb(43, 145, 175); font-family:inherit&quot;&gt;ArcGISRuntime&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;::&lt;/span&gt;&lt;span style=&quot;color:rgb(43, 145, 175); font-family:inherit&quot;&gt;GraphicsOverlay&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;*&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt; m_graphicsOverlay &lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:rgb(16, 16, 148); font-family:inherit&quot;&gt;nullptr&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;
&lt;/span&gt;&lt;span style=&quot;color:rgb(43, 145, 175); font-family:inherit&quot;&gt;Esri&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;::&lt;/span&gt;&lt;span style=&quot;color:rgb(43, 145, 175); font-family:inherit&quot;&gt;ArcGISRuntime&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;::&lt;/span&gt;&lt;span style=&quot;color:rgb(43, 145, 175); font-family:inherit&quot;&gt;Graphic&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;*&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt; m_tank &lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:rgb(16, 16, 148); font-family:inherit&quot;&gt;nullptr&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color:rgb(48, 51, 54); font-family:inherit&quot;&gt;
&lt;/span&gt;&lt;/pre&gt;&lt;/blockquote&gt;&lt;pre&gt;Как ей можно задать другую текстуру ? Я хочу менять текстуру у модели в своей программе. В документации не нашёл как задавать разные текстуры у модели .
&lt;/pre&gt;</description>
<category>Программные продукты Esri</category>
<category>arcgis</category>
<category>qt</category>
<category>c</category>
<category>texture</category>
<guid isPermaLink="true">https://forum.esri-cis.com/index.php?qa=46901&amp;qa_1=%D0%B8%D0%B7%D0%BC%D0%B5%D0%BD%D0%B8%D1%82%D1%8C-%D1%82%D0%B5%D0%BA%D1%81%D1%82%D1%83%D1%80%D1%83-%D0%B4%D0%BE%D0%B1%D0%B0%D0%B2%D0%BB%D0%B5%D0%BD%D0%BD%D0%BE%D0%B9-%D0%BC%D0%BE%D0%B4%D0%B5%D0%BB%D0%B8-arcgisruntime-graphic</guid>
<pubDate>Wed, 27 Mar 2019 10:59:11 +0000</pubDate>
</item>
</channel>
</rss>