<?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: .dae multiple Triangles nodes in one Geometry node cannot be displayed in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569068#M69875</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;What I "think" is irrelevant. You haven't provided enough information to demonstrate an actual issue that can be investigated. Only snippets of data written by your own plugin without an example demonstrating that FlexSim's importer is working incorrectly.&lt;/P&gt;&lt;P&gt;And even if you do produce a working example demonstrating an issue, the answer will be that we will add a case to our development list to look into it, and if you want to resolve it in the meantime, then you'll need to adjust your data so that it works with the current importer. Possibly by adjusting your code so that you have one material and set of triangles per mesh.&lt;/P&gt;&lt;P&gt;FlexSim's renderer doesn't support multiple materials per mesh anyways, so it would need to split meshes up by material. You might as well just adjust your plugin to do that directly.&lt;/P&gt;&lt;P&gt;Modern 3D applications don't support the old OpenGL fixed-function pipeline mechanisms of adjusting the material state in the middle of geometry specifications with deprecated glBegin() and glEnd() calls; they use frame buffer objects and vertex buffer objects to optimize the draw calls for the graphics driver.&lt;/P&gt;&lt;P&gt;Are you trying to find a solution or are you just trying to complain?&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 02 Feb 2024 20:26:40 GMT</pubDate>
    <dc:creator>philboboADSK</dc:creator>
    <dc:date>2024-02-02T20:26:40Z</dc:date>
    <item>
      <title>.dae multiple Triangles nodes in one Geometry node cannot be displayed</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569057#M69864</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 24.0.1 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;If there are multiple &amp;lt;triangles&amp;gt; nodes under the same &amp;lt;geometry&amp;gt; node, the .dae file cannot be displayed in flexsim. I have put a snapshot as follows, this file is not supported in flexsim.&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1706886736944.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1522254i824BFF5804FF9003/image-size/large?v=v2&amp;amp;px=999" role="button" title="1706886736944.png" alt="1706886736944.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 02 Feb 2024 15:13:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569057#M69864</guid>
      <dc:creator>royjuventus29</dc:creator>
      <dc:date>2024-02-02T15:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: .dae multiple Triangles nodes in one Geometry node cannot be displayed</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569058#M69865</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;I can find nothing in the collada specification to support your assertion that multiple &amp;lt;triangles&amp;gt; elements are allowed under the same &amp;lt;geometry&amp;gt; element.&lt;/P&gt;&lt;P&gt;Please provide supporting evidence from the specification if you want us to add an issue to the development list.&lt;/P&gt;&lt;P&gt;"The &amp;lt;triangles&amp;gt; element declares the binding of geometric primitives and vertex attributes for a &amp;lt;mesh&amp;gt; element."&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.khronos.org/files/collada_spec_1_5.pdf"&gt;COLLADA – Digital Asset Schema Release 1.5.0 Specification (khronos.org)&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 02 Feb 2024 16:09:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569058#M69865</guid>
      <dc:creator>philboboADSK</dc:creator>
      <dc:date>2024-02-02T16:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: .dae multiple Triangles nodes in one Geometry node cannot be displayed</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569059#M69866</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;From 5-90 in the document it mentions that the &amp;lt;triangles&amp;gt; can be more than 1 under the node of &amp;lt;geometry&amp;gt;. The purpose is that different triangle groups can be defined different material (color).&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1706890467015.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1522233i1002A8E06CE966C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="1706890467015.png" alt="1706890467015.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 02 Feb 2024 16:16:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569059#M69866</guid>
      <dc:creator>royjuventus29</dc:creator>
      <dc:date>2024-02-02T16:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: .dae multiple Triangles nodes in one Geometry node cannot be displayed</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569060#M69867</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Please post an example dae file with screenshots showing how it should render vs how it does render currently.&lt;/DIV&gt;</description>
      <pubDate>Fri, 02 Feb 2024 16:53:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569060#M69867</guid>
      <dc:creator>philboboADSK</dc:creator>
      <dc:date>2024-02-02T16:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: .dae multiple Triangles nodes in one Geometry node cannot be displayed</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569061#M69868</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Please check this post, &lt;A rel="nofollow" href="https://dev.gorilla3d.de/view.php?id=61"&gt;https://dev.gorilla3d.de/view.php?id=61&lt;/A&gt;. It is exactly the same question as I asked.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 02 Feb 2024 17:29:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569061#M69868</guid>
      <dc:creator>royjuventus29</dc:creator>
      <dc:date>2024-02-02T17:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: .dae multiple Triangles nodes in one Geometry node cannot be displayed</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569062#M69869</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;That link, like your question, only has a snippet of dae data, not an actual example file or screenshots demonstrating the expected result.&lt;/DIV&gt;</description>
      <pubDate>Fri, 02 Feb 2024 17:47:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569062#M69869</guid>
      <dc:creator>philboboADSK</dc:creator>
      <dc:date>2024-02-02T17:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: .dae multiple Triangles nodes in one Geometry node cannot be displayed</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569063#M69870</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I don't have relevant models either. However, I think it should be supported as it is mentioned in the document that the &amp;lt;Triangles&amp;gt; nodes can be more than 1 under the &amp;lt;Geometry&amp;gt; node.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 02 Feb 2024 19:49:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569063#M69870</guid>
      <dc:creator>royjuventus29</dc:creator>
      <dc:date>2024-02-02T19:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: .dae multiple Triangles nodes in one Geometry node cannot be displayed</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569064#M69871</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;If you don't have relevant models, how do you know it "cannot be displayed in flexsim" and why would you ask this question on this site?&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 02 Feb 2024 19:51:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569064#M69871</guid>
      <dc:creator>philboboADSK</dc:creator>
      <dc:date>2024-02-02T19:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: .dae multiple Triangles nodes in one Geometry node cannot be displayed</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569065#M69872</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;The .dae file with multi triangles is created by my plug-in, and I tried to refer to it and it could not be displayed. Then I tracked and found that the problem is about multi-Triangle nodes. I can provide you the .dae file I generated, but I am not 100% sure how it should be looked like..&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 02 Feb 2024 19:58:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569065#M69872</guid>
      <dc:creator>royjuventus29</dc:creator>
      <dc:date>2024-02-02T19:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: .dae multiple Triangles nodes in one Geometry node cannot be displayed</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569066#M69873</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;If you are writing the plug-in to purposefully make it appear in FlexSim, then adjust your code so that you output in a format that works with FlexSim's importer. Write each set of triangles to its own &amp;lt;mesh&amp;gt; element if necessary. &amp;lt;triangle&amp;gt; elements aren't even children of &amp;lt;geometry&amp;gt; elements in the specification; they are children of &amp;lt;mesh&amp;gt; elements. This sounds more like a problem with your exporter than FlexSim's importer.&lt;/P&gt;&lt;P&gt;Adjust your plug-in until it does what you want. Test it with multiple applications that can import collada files.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 02 Feb 2024 20:03:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569066#M69873</guid>
      <dc:creator>philboboADSK</dc:creator>
      <dc:date>2024-02-02T20:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: .dae multiple Triangles nodes in one Geometry node cannot be displayed</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569067#M69874</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Yes, &amp;lt;Triangles&amp;gt; node is the child of &amp;lt;mesh&amp;gt;, I also did it in this way. Don't you think multi &amp;lt;Triangles&amp;gt; nodes under the same &amp;lt;mesh&amp;gt; should be supported in FlexSim?
&lt;/DIV&gt;</description>
      <pubDate>Fri, 02 Feb 2024 20:13:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569067#M69874</guid>
      <dc:creator>royjuventus29</dc:creator>
      <dc:date>2024-02-02T20:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: .dae multiple Triangles nodes in one Geometry node cannot be displayed</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569068#M69875</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;What I "think" is irrelevant. You haven't provided enough information to demonstrate an actual issue that can be investigated. Only snippets of data written by your own plugin without an example demonstrating that FlexSim's importer is working incorrectly.&lt;/P&gt;&lt;P&gt;And even if you do produce a working example demonstrating an issue, the answer will be that we will add a case to our development list to look into it, and if you want to resolve it in the meantime, then you'll need to adjust your data so that it works with the current importer. Possibly by adjusting your code so that you have one material and set of triangles per mesh.&lt;/P&gt;&lt;P&gt;FlexSim's renderer doesn't support multiple materials per mesh anyways, so it would need to split meshes up by material. You might as well just adjust your plugin to do that directly.&lt;/P&gt;&lt;P&gt;Modern 3D applications don't support the old OpenGL fixed-function pipeline mechanisms of adjusting the material state in the middle of geometry specifications with deprecated glBegin() and glEnd() calls; they use frame buffer objects and vertex buffer objects to optimize the draw calls for the graphics driver.&lt;/P&gt;&lt;P&gt;Are you trying to find a solution or are you just trying to complain?&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 02 Feb 2024 20:26:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569068#M69875</guid>
      <dc:creator>philboboADSK</dc:creator>
      <dc:date>2024-02-02T20:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: .dae multiple Triangles nodes in one Geometry node cannot be displayed</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569069#M69876</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Thank you for your detailed answer. Of course I am trying to solve the problem. I can change it in my code, but I still want to have multi &amp;lt;Triangles&amp;gt;. The reason is these triangles come from the same Geometry block, if I split it into several geometries in collada it will change the structure when I import it into another software, as there are more geometries than before. That's why I ask this question. Besides, I think multi &amp;lt;Triangles&amp;gt; is allowed in one &amp;lt;mesh&amp;gt; as the specification illustrated. So maybe it is better to support this in FlexSim.
&lt;/DIV&gt;</description>
      <pubDate>Fri, 02 Feb 2024 20:35:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569069#M69876</guid>
      <dc:creator>royjuventus29</dc:creator>
      <dc:date>2024-02-02T20:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: .dae multiple Triangles nodes in one Geometry node cannot be displayed</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569070#M69877</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/43043/jiaqzhao.html" nodeid="43043"&gt;@royjuventus29&lt;/A&gt;, was Phil BoBo's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.&lt;/P&gt;&lt;P&gt;If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 12 Feb 2024 16:47:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569070#M69877</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2024-02-12T16:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: .dae multiple Triangles nodes in one Geometry node cannot be displayed</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569071#M69878</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi, I have changed my codes to make only one &amp;lt;Triangles&amp;gt; in the &amp;lt;mesh&amp;gt;, but it still does not work in FlexSim. It can be successfully displayed in OpenRAVE software. I have attached both Collada file and its display picture. Can you have a check and solve this issue? Thank you!&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/79063-cncmachine.dae" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/79063-cncmachine.dae" target="_blank"&gt;CNCmachine.dae&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="cnc.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1522238i546EA77C7E646B08/image-size/large?v=v2&amp;amp;px=999" role="button" title="cnc.jpg" alt="cnc.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Feb 2024 10:10:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569071#M69878</guid>
      <dc:creator>royjuventus29</dc:creator>
      <dc:date>2024-02-13T10:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: .dae multiple Triangles nodes in one Geometry node cannot be displayed</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569072#M69879</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Your dae file does not pass the Kronos Group's &lt;A href="https://www.khronos.org/collada/wiki/Portal:CoherencyTest"&gt;COLLADA Coherency Test&lt;/A&gt; available from &lt;A href="https://sourceforge.net/projects/colladarefinery/files/COLLADA%20Coherency%20Test/Collada%20Coherency%20Test%201.3/"&gt;sourceforce&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1707854259469.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1522242i33496DF0E67CD29E/image-size/large?v=v2&amp;amp;px=999" role="button" title="1707854259469.png" alt="1707854259469.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Feb 2024 19:57:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569072#M69879</guid>
      <dc:creator>philboboADSK</dc:creator>
      <dc:date>2024-02-13T19:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: .dae multiple Triangles nodes in one Geometry node cannot be displayed</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569073#M69880</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I have downloaded it but it can not be installed in my laptop. It seems it does not support the version 1.5.0. I have changed it into version 1.4.1. Can you try this new file and tell me what it indicates from the verification. Thank you!&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/79095-cncmachine2.dae" target="_blank"&gt;cncmachine2.dae&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Feb 2024 20:13:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569073#M69880</guid>
      <dc:creator>royjuventus29</dc:creator>
      <dc:date>2024-02-13T20:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: .dae multiple Triangles nodes in one Geometry node cannot be displayed</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569074#M69881</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the output for cncmachine2.dae:&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1707855363187.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1522244iB0EF19346BB726DD/image-size/large?v=v2&amp;amp;px=999" role="button" title="1707855363187.png" alt="1707855363187.png" /&gt;&lt;/span&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Feb 2024 20:16:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569074#M69881</guid>
      <dc:creator>philboboADSK</dc:creator>
      <dc:date>2024-02-13T20:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: .dae multiple Triangles nodes in one Geometry node cannot be displayed</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569075#M69882</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 It seems that this software does not support "Normal" in &amp;lt;mesh&amp;gt;. All the errors are going to the "Normal" definition in the &amp;lt;mesh&amp;gt;. The range 66 is no problem actually. Can you please check this issue? 
&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Feb 2024 20:36:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569075#M69882</guid>
      <dc:creator>royjuventus29</dc:creator>
      <dc:date>2024-02-13T20:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: .dae multiple Triangles nodes in one Geometry node cannot be displayed</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569076#M69883</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;I tried importing the file into other software packages, and it came in so poorly with so many errors and warnings (see below for an example in 3ds Max) that I assumed your exporter wasn't following the schema properly.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1707857224678.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1522247iCBCA9CFA5E30E284/image-size/large?v=v2&amp;amp;px=999" role="button" title="1707857224678.png" alt="1707857224678.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;That's why I tried using tools from Kronos Group to try to debug what is wrong with your file. The Coherency Test reports tons of errors and their &lt;A href="https://github.com/KhronosGroup/COLLADA2GLTF"&gt;COLLADA2GLTF&lt;/A&gt; program just fails completely (as FlexSim's importer also does on your shape).&lt;/P&gt;&lt;P&gt;"Checking this issue" for you is beyond the scope of FlexSim technical support. Updating your exporter to write collada files that are properly composed is up to you.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Feb 2024 20:49:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/dae-multiple-triangles-nodes-in-one-geometry-node-cannot-be/m-p/13569076#M69883</guid>
      <dc:creator>philboboADSK</dc:creator>
      <dc:date>2024-02-13T20:49:41Z</dc:date>
    </item>
  </channel>
</rss>

