<?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 "Re: Wo bleiben eure PRISMs" in Programmierung</title>
    <link>https://community.graphisoft.com/t5/Programmierung/Wo-bleiben-eure-PRISMs/m-p/463758#M4530</link>
    <description>so isses richtig!&lt;BR /&gt; &lt;BR /&gt; Übrigens: SORRY, ich habe das falsche Bild im Kurs verwendet. Jetzt ist es richtig!</description>
    <pubDate>Mon, 27 May 2002 13:48:00 GMT</pubDate>
    <dc:creator>Bernhard Binder</dc:creator>
    <dc:date>2002-05-27T13:48:00Z</dc:date>
    <item>
      <title>Wo bleiben eure PRISMs</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Wo-bleiben-eure-PRISMs/m-p/463754#M4526</link>
      <description>Wieder hier reinschreiben...  &lt;!-- s;) --&gt;&lt;span class="lia-unicode-emoji" title=":zwinkerndes_Gesicht:"&gt;😉&lt;/span&gt;&lt;!-- s;) --&gt;</description>
      <pubDate>Mon, 27 May 2002 07:30:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Wo-bleiben-eure-PRISMs/m-p/463754#M4526</guid>
      <dc:creator>Bernhard Binder</dc:creator>
      <dc:date>2002-05-27T07:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Wo bleiben eure PRISMs</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Wo-bleiben-eure-PRISMs/m-p/463755#M4527</link>
      <description>Kannste mir mal erklären wie ich ein Objekt, bzw. einen Screenshot ins Forum stelle  &lt;!-- s:roll: --&gt;&lt;span class="lia-unicode-emoji" title=":Gesicht_mit_rollenden_Augen:"&gt;🙄&lt;/span&gt;&lt;!-- s:roll: --&gt;  !??</description>
      <pubDate>Mon, 27 May 2002 11:44:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Wo-bleiben-eure-PRISMs/m-p/463755#M4527</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-05-27T11:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Wo bleiben eure PRISMs</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Wo-bleiben-eure-PRISMs/m-p/463756#M4528</link>
      <description>das geht noch nicht direkt ins Forum. Du musst die Datein auf einen Webspace hochladen (meistens bekommst du ja Platz für eine Homepage bei deinem Provider, aber es gibt auch kostenlose Anbieter).&lt;BR /&gt; Aber hier reicht es ja, wenn du den 3D-Text einfach hier in den Text hineinkopierst.  &lt;!-- s;) --&gt;&lt;span class="lia-unicode-emoji" title=":zwinkerndes_Gesicht:"&gt;😉&lt;/span&gt;&lt;!-- s;) --&gt;</description>
      <pubDate>Mon, 27 May 2002 12:08:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Wo-bleiben-eure-PRISMs/m-p/463756#M4528</guid>
      <dc:creator>Bernhard Binder</dc:creator>
      <dc:date>2002-05-27T12:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Wo bleiben eure PRISMs</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Wo-bleiben-eure-PRISMs/m-p/463757#M4529</link>
      <description>Genau (da war Hr. Binder 2 sek schneller       &lt;!-- s:) --&gt;&lt;span class="lia-unicode-emoji" title=":leicht_lächelndes_Gesicht:"&gt;🙂&lt;/span&gt;&lt;!-- s:) --&gt;      !):&lt;BR /&gt; &lt;BR /&gt; 1.) Screenshot als jpg.datei abspeichern und die Datei auf Deinen FTP-Server hochladen (da, wo Du auch die Daten für Deine Homepage hinlegst ...wenn du noch keinen Server hast, besorg dir einen: suche nach "free webspace"...)&lt;BR /&gt; &lt;BR /&gt; 2.) auf "grafik" klicken, und Adresse des hochgeladenen Bildes in die Zeile schreiben (http:\\...)&lt;BR /&gt; &lt;BR /&gt; Scipt kannste einfach per drag and drop ins Beitragsfenster einfügen, etwa so:&lt;BR /&gt; &lt;BR /&gt; a = 1&lt;BR /&gt; b = 1&lt;BR /&gt; h = 0.2&lt;BR /&gt; &lt;BR /&gt; prism 4, h,&lt;BR /&gt;     a/2, 0,&lt;BR /&gt;       0, b/2,&lt;BR /&gt;     a/2, b,&lt;BR /&gt;       a, b/2&lt;BR /&gt; &lt;BR /&gt; oder du klickst zuerst auf "code", und fügst das script dann zwischen den beiden [...] ein, dann sieht´s so aus:&lt;BR /&gt; &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; &lt;BR /&gt; a = 1&lt;BR /&gt; b = 1&lt;BR /&gt; h = 0.2&lt;BR /&gt; &lt;BR /&gt; prism 4, h,&lt;BR /&gt;     a/2, 0,&lt;BR /&gt;       0, b/2,&lt;BR /&gt;     a/2, b,&lt;BR /&gt;       a, b/2&lt;BR /&gt;  letzteres ist besser, wa?&lt;BR /&gt; &lt;BR /&gt; Gruß, az</description>
      <pubDate>Mon, 27 May 2002 12:15:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Wo-bleiben-eure-PRISMs/m-p/463757#M4529</guid>
      <dc:creator>andreaszeike</dc:creator>
      <dc:date>2002-05-27T12:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Wo bleiben eure PRISMs</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Wo-bleiben-eure-PRISMs/m-p/463758#M4530</link>
      <description>so isses richtig!&lt;BR /&gt; &lt;BR /&gt; Übrigens: SORRY, ich habe das falsche Bild im Kurs verwendet. Jetzt ist es richtig!</description>
      <pubDate>Mon, 27 May 2002 13:48:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Wo-bleiben-eure-PRISMs/m-p/463758#M4530</guid>
      <dc:creator>Bernhard Binder</dc:creator>
      <dc:date>2002-05-27T13:48:00Z</dc:date>
    </item>
  </channel>
</rss>

