<?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>Thema "3d hotspots vorschau" in Programmierung</title>
    <link>https://community.graphisoft.com/t5/Programmierung/3d-hotspots-vorschau/m-p/429598#M364</link>
    <description>hallo zusammen,&lt;BR /&gt; eine sache, die beim gdl erstellen immer etwas nervt, ist, dass man die hotspots im 3d fenster nicht gezeigt bekommt.&lt;BR /&gt; für cutplane kann man ja einfach temporär ein circle 1 schreiben, oder bei cutpolya ein prism_, dann sieht man wie die löcher liegen wereden und kann skriptfehler leichter entfernen. &lt;BR /&gt; nur für hotspot x,y,z ist mir noch nix schmnelles eingefallen.&lt;BR /&gt; wer hat ne idee?&lt;BR /&gt;   :winken:</description>
    <pubDate>Tue, 07 Sep 2004 12:31:00 GMT</pubDate>
    <dc:creator>zzyzx</dc:creator>
    <dc:date>2004-09-07T12:31:00Z</dc:date>
    <item>
      <title>3d hotspots vorschau</title>
      <link>https://community.graphisoft.com/t5/Programmierung/3d-hotspots-vorschau/m-p/429598#M364</link>
      <description>hallo zusammen,&lt;BR /&gt; eine sache, die beim gdl erstellen immer etwas nervt, ist, dass man die hotspots im 3d fenster nicht gezeigt bekommt.&lt;BR /&gt; für cutplane kann man ja einfach temporär ein circle 1 schreiben, oder bei cutpolya ein prism_, dann sieht man wie die löcher liegen wereden und kann skriptfehler leichter entfernen. &lt;BR /&gt; nur für hotspot x,y,z ist mir noch nix schmnelles eingefallen.&lt;BR /&gt; wer hat ne idee?&lt;BR /&gt;   :winken:</description>
      <pubDate>Tue, 07 Sep 2004 12:31:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/3d-hotspots-vorschau/m-p/429598#M364</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2004-09-07T12:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: 3d hotspots vorschau</title>
      <link>https://community.graphisoft.com/t5/Programmierung/3d-hotspots-vorschau/m-p/429599#M365</link>
      <description>na ja, das geht zum beispiel, ist aber irgendwie holprig:&lt;BR /&gt;  &amp;lt;/font&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;font size="1" face="Verdana, Helvetica, sans-serif"&amp;gt;Code:&amp;lt;/font&amp;gt;&amp;lt;hr /&amp;gt;&amp;lt;pre style="font-size:x-small; font-family: monospace;"&amp;gt;hotspot x,y,z&lt;BR /&gt;     ! add x,y,z&lt;BR /&gt;     ! sphere 0.02&lt;BR /&gt;     ! del 1  vielleicht hat ja jemand noch was besseres?</description>
      <pubDate>Tue, 07 Sep 2004 14:27:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/3d-hotspots-vorschau/m-p/429599#M365</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2004-09-07T14:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: 3d hotspots vorschau</title>
      <link>https://community.graphisoft.com/t5/Programmierung/3d-hotspots-vorschau/m-p/429600#M366</link>
      <description>Ich würde mir ein kleines Makro schreiben.&lt;BR /&gt; &amp;lt;/font&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;font size="1" face="Verdana, Helvetica, sans-serif"&amp;gt;Code:&amp;lt;/font&amp;gt;&amp;lt;hr /&amp;gt;&amp;lt;pre style="font-size:x-small; font-family: monospace;"&amp;gt;! _hotspot.gdl&lt;BR /&gt; &lt;BR /&gt; add a,b,c&lt;BR /&gt; &lt;BR /&gt; line -0.1,0,0,  0.1,0,0&lt;BR /&gt; line 0,-0.1,0,  0,0.1,0&lt;BR /&gt; line 0,0,-0.1,  0,0,0.1&lt;BR /&gt; &lt;BR /&gt; del 1da , mußt du dann nur den underscore davorsetzen und schon siehst du sie.</description>
      <pubDate>Wed, 08 Sep 2004 06:17:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/3d-hotspots-vorschau/m-p/429600#M366</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-09-08T06:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: 3d hotspots vorschau</title>
      <link>https://community.graphisoft.com/t5/Programmierung/3d-hotspots-vorschau/m-p/429601#M367</link>
      <description>ja, super, geht optimal. danke für den tipp&lt;BR /&gt; (statt line muss es aber lin_ heissen).ich hab es ein bisschen abgewandelt für schattierte ansicht ohne kanten; material und resol anweisung haben ja keine auswirkung aufs aufrufende objekt, kann also nix passieren.&lt;BR /&gt;   :idee:   man könnte sich jetzt ein kistchen mit solchen hotspots für verschiedene grössen oder mit fadenkreuz usw. zurechtlegen und die einfach über vorgestellte zahlen (statt dem _) aufrufen, etwa 1hotspot 2hotspot...&lt;BR /&gt;  &amp;lt;/font&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;font size="1" face="Verdana, Helvetica, sans-serif"&amp;gt;Code:&amp;lt;/font&amp;gt;&amp;lt;hr /&amp;gt;&amp;lt;pre style="font-size:x-small; font-family: monospace;"&amp;gt;add a,b,c&lt;BR /&gt; material "Gold"&lt;BR /&gt; resol 12&lt;BR /&gt; sphere 0.05&lt;BR /&gt; del 1  :winken:</description>
      <pubDate>Wed, 08 Sep 2004 07:16:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/3d-hotspots-vorschau/m-p/429601#M367</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2004-09-08T07:16:00Z</dc:date>
    </item>
  </channel>
</rss>

