<?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: GDL bitmaps in Virtual Building Explorer in BIMx</title>
    <link>https://community.graphisoft.com/t5/BIMx/GDL-bitmaps-in-Virtual-Building-Explorer/m-p/184293#M3308</link>
    <description>Hi,&lt;BR /&gt;
   we've just come up against this problem ourselves - has anyone found a satisfactory solution yet?&lt;BR /&gt;
&lt;BR /&gt;
We've made a load of bespoke GDL objects for use in our models but have discovered that none of the textures export to VBE - very frustrating!</description>
    <pubDate>Fri, 08 Jan 2010 14:50:46 GMT</pubDate>
    <dc:creator>derekjackson</dc:creator>
    <dc:date>2010-01-08T14:50:46Z</dc:date>
    <item>
      <title>GDL bitmaps in Virtual Building Explorer</title>
      <link>https://community.graphisoft.com/t5/BIMx/GDL-bitmaps-in-Virtual-Building-Explorer/m-p/184292#M3307</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I've been experimenting with the seven day trial version of the VBE. I'll save some general (mostly favorable) comments and wishes for another post: here's a specific issue that's puzzling me. &lt;BR /&gt;&lt;BR /&gt;I've found that bitmap textures located with vert/coor statements in GDL objects do not translate properly into the VBE. See attached image. The Top image in ArchiCAD OpenGL and the bottom image is VBE.&lt;BR /&gt;&lt;BR /&gt;The picture frame is a custom GDL object with a jpg photo created with DEFINE MATERIAL statements and located with Vert/COOR statements. This comes into the VBE strangely distorted and, I believe, linked to the global origin.&lt;BR /&gt;&lt;BR /&gt;Oddly, the back wall is a standard ArchiCAD tile bitmap which has been rotated in ArchCAD using the "Align 3d texture" command, so these internal VERT/CoOR statements do export properly into the VBE. &lt;BR /&gt;&lt;BR /&gt;And as a side issue, not shown in the screenshot, the ArchiCAD library objects that employ bitmap images, such as "carpet 12" and "picture 12" lose the bitmap image altogether in the VBE.&lt;BR /&gt;&lt;BR /&gt;Can anyone shed any light ? Perhaps my GDL needs some tweaking?&lt;BR /&gt;Here's the subroutine that defines the photo in the frame:&lt;BR /&gt;&lt;BR /&gt;!********************************&lt;BR /&gt;&lt;BR /&gt;200: !do the photo panel&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DEFINE TEXTURE 'ringpictxt1' 'ringers1.jpg',&lt;BR /&gt;A, B, 1,0&lt;BR /&gt;&lt;BR /&gt;ringphototxt=IND(TEXTURE,'ringpictxt1')&lt;BR /&gt;&lt;BR /&gt;DEFINE MATERIAL 'ringpicmat1' 24,&lt;BR /&gt;0.5,0.5,0.5, &lt;BR /&gt;0,61,ringphototxt&lt;BR /&gt;&lt;BR /&gt;MATERIAL 'ringpicmat1'&lt;BR /&gt;&lt;BR /&gt;BODY -1&lt;BR /&gt;prism_ 5, 0.005,&lt;BR /&gt;0,0,15,&lt;BR /&gt;A, 0, 15,&lt;BR /&gt;A, B, 15,&lt;BR /&gt;0, B, 15,&lt;BR /&gt;0, 0, -1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;BASE&lt;BR /&gt;VERT 0,0,0&lt;BR /&gt;VERT 1,0,0&lt;BR /&gt;VERT 0,1,0&lt;BR /&gt;VERT 0,0,1&lt;BR /&gt;COOR 256+2, -1, -2, -3, -4&lt;BR /&gt;BODY -1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;RETURN !*************************************************&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VBEshot2.jpg" style="width: 600px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/37027iD128E06671ADB6DE/image-size/large?v=v2&amp;amp;px=999" role="button" title="VBEshot2.jpg" alt="VBEshot2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 11:02:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/BIMx/GDL-bitmaps-in-Virtual-Building-Explorer/m-p/184292#M3307</guid>
      <dc:creator>David Collins</dc:creator>
      <dc:date>2023-05-09T11:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: GDL bitmaps in Virtual Building Explorer</title>
      <link>https://community.graphisoft.com/t5/BIMx/GDL-bitmaps-in-Virtual-Building-Explorer/m-p/184293#M3308</link>
      <description>Hi,&lt;BR /&gt;
   we've just come up against this problem ourselves - has anyone found a satisfactory solution yet?&lt;BR /&gt;
&lt;BR /&gt;
We've made a load of bespoke GDL objects for use in our models but have discovered that none of the textures export to VBE - very frustrating!</description>
      <pubDate>Fri, 08 Jan 2010 14:50:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/BIMx/GDL-bitmaps-in-Virtual-Building-Explorer/m-p/184293#M3308</guid>
      <dc:creator>derekjackson</dc:creator>
      <dc:date>2010-01-08T14:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: GDL bitmaps in Virtual Building Explorer</title>
      <link>https://community.graphisoft.com/t5/BIMx/GDL-bitmaps-in-Virtual-Building-Explorer/m-p/184294#M3309</link>
      <description>it is probably because You used texture definition instead "picture" comand.&lt;BR /&gt;
guessing...&lt;BR /&gt;
try with the picture object that is inside library - it should go ok to the VBE (or not).&lt;BR /&gt;
&lt;BR /&gt;
Best Regards,&lt;BR /&gt;
Piotr</description>
      <pubDate>Fri, 08 Jan 2010 17:19:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/BIMx/GDL-bitmaps-in-Virtual-Building-Explorer/m-p/184294#M3309</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2010-01-08T17:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: GDL bitmaps in Virtual Building Explorer</title>
      <link>https://community.graphisoft.com/t5/BIMx/GDL-bitmaps-in-Virtual-Building-Explorer/m-p/184295#M3310</link>
      <description>No luck - I've only used the Picture command so far - haven't tried defining a texture yet. The Picture Object in the library also doesn't export properly. &lt;BR /&gt;
&lt;BR /&gt;
Anyone know if Graphisoft are planning to sort this anytime soon? Or have they found a workaround?</description>
      <pubDate>Mon, 11 Jan 2010 09:56:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/BIMx/GDL-bitmaps-in-Virtual-Building-Explorer/m-p/184295#M3310</guid>
      <dc:creator>derekjackson</dc:creator>
      <dc:date>2010-01-11T09:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: GDL bitmaps in Virtual Building Explorer</title>
      <link>https://community.graphisoft.com/t5/BIMx/GDL-bitmaps-in-Virtual-Building-Explorer/m-p/184296#M3311</link>
      <description>&lt;BLOCKQUOTE&gt;derekjackson wrote:&lt;BR /&gt; The Picture Object in the library also doesn't export properly. ?&lt;/BLOCKQUOTE&gt;

Wasn't this solved in version 13? (Haven't yet found time to upgrade, myself)&lt;BR /&gt;
See:&lt;BR /&gt;
&lt;A href="http://archicad-talk.graphisoft.com/viewtopic.php?t=29228" target="_blank"&gt;&lt;LINK_TEXT text="http://archicad-talk.graphisoft.com/vie ... hp?t=29228"&gt;http://archicad-talk.graphisoft.com/viewtopic.php?t=29228&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
      <pubDate>Tue, 12 Jan 2010 06:25:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/BIMx/GDL-bitmaps-in-Virtual-Building-Explorer/m-p/184296#M3311</guid>
      <dc:creator>David Collins</dc:creator>
      <dc:date>2010-01-12T06:25:01Z</dc:date>
    </item>
  </channel>
</rss>

