<?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: Custom glowing material in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Custom-glowing-material/m-p/585132#M6223</link>
    <description>&lt;P&gt;Ok, I'm reassured because I had made some tries before starting the thread and all my materials were glowing red so I thought the issue was from my software. The only time I managed to have a glowing white was from using a material with a proper luminance channel from the surface manager&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture d’écran 2024-01-23 à 13.31.06.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/52338i8F6897C16D6ABF13/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture d’écran 2024-01-23 à 13.31.06.png" alt="Capture d’écran 2024-01-23 à 13.31.06.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture d’écran 2024-01-23 à 13.31.48.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/52337i40A626E34C515B98/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture d’écran 2024-01-23 à 13.31.48.png" alt="Capture d’écran 2024-01-23 à 13.31.48.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="php"&gt;define material "A" 6, 1, 0, 0
define material "B" 6, 0, 1, 0
define material "C" 6, 0, 0, 1
define material "D" 6, 0, 1, 1
define material "E" 6, 1, 0, 1
define material "F" 6, 1, 1, 0
define material "G" 6, 0, 0, 0
define material "H" 6, 1, 1, 1&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="php"&gt;material "A"
block 1, 1, 1
addx 2

material "B"
block 1, 1, 1
addx 2

material "C"
block 1, 1, 1
addx 2

material "D"
block 1, 1, 1
addx 2

material "E"
block 1, 1, 1
addx 2

material "F"
block 1, 1, 1
addx 2

material "G"
block 1, 1, 1
addx 2

material "H"
block 1, 1, 1
addx 2

material matmat ! custom surface from library
block 1, 1, 1
addx 2

del 9&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 23 Jan 2024 12:37:13 GMT</pubDate>
    <dc:creator>MetalFingerz</dc:creator>
    <dc:date>2024-01-23T12:37:13Z</dc:date>
    <item>
      <title>Custom glowing material</title>
      <link>https://community.graphisoft.com/t5/GDL/Custom-glowing-material/m-p/584756#M6210</link>
      <description>&lt;P&gt;Hi here,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to know what values I needed to input to create a custom glowing white material using DEFINE MATERIAL with the 6 type. I tried the values below and I can't get none to work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="php"&gt;1, 0, 0 ! Red
0, 1, 0 ! Yellow
0, 0, 1 ! Majenta

0, 1, 1 ! Pink
1, 0, 1 ! Majenta
1, 1, 0	! Yellow

0, 0, 0 ! Red
1, 1, 1 ! Pink&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I use a glowing material from the library, it shows as a cyan color and glow well when rendering. Any idea ?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 11:13:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Custom-glowing-material/m-p/584756#M6210</guid>
      <dc:creator>MetalFingerz</dc:creator>
      <dc:date>2024-09-26T11:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Custom glowing material</title>
      <link>https://community.graphisoft.com/t5/GDL/Custom-glowing-material/m-p/584785#M6211</link>
      <description>&lt;P&gt;The GDL docs are a bit "wrong" about this. Type 6 is not actually a "glowing" material. I would rather call it an emissive material.&lt;/P&gt;
&lt;P&gt;That wording might still be misleading, but here's the deal: Only in the rendering we can have actual glowing materials, and in the hardware accelerated 3D view (ex OpenGL) we can't even have emissive materials (like type 6).&lt;/P&gt;
&lt;P&gt;Instead, what you defined there is this: &lt;/P&gt;
&lt;DIV id="tinyMceEditor_2f4c02c36efd65runxel_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EmissionBlackRedWhite-1.png" style="width: 544px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/52219i76DF4D26EB13C38B/image-dimensions/544x257?v=v2" width="544" height="257" role="button" title="EmissionBlackRedWhite-1.png" alt="EmissionBlackRedWhite-1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In that image the surfaces have their emission colors set to black, red, and white.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So if you want to define a glowing material, it will be render only, and secondly you'd need to do it with the so called "&lt;A href="https://gdl.graphisoft.com/gdl_other_docs/surfaces#gdl_other_docs_chaptercineware-docs" target="_blank" rel="noopener"&gt;additional_data&lt;/A&gt;" setup.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jan 2024 21:21:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Custom-glowing-material/m-p/584785#M6211</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2024-01-20T21:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Custom glowing material</title>
      <link>https://community.graphisoft.com/t5/GDL/Custom-glowing-material/m-p/584996#M6219</link>
      <description>&lt;P&gt;I've just discovered that this function IS BROKEN (!).&lt;/P&gt;
&lt;P&gt;Given the current state not really a surprise.&lt;/P&gt;
&lt;P&gt;Anyway, the true reason why you couldn't get it to work is simple: &lt;STRONG&gt;It doesn't work anymore. &lt;/STRONG&gt;Emissive materials will not work like in the screenshot from the official help.&lt;/P&gt;
&lt;P&gt;I've sent a bug report. Let's see when or if it ever get fixed....&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 22:15:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Custom-glowing-material/m-p/584996#M6219</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2024-01-22T22:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Custom glowing material</title>
      <link>https://community.graphisoft.com/t5/GDL/Custom-glowing-material/m-p/585132#M6223</link>
      <description>&lt;P&gt;Ok, I'm reassured because I had made some tries before starting the thread and all my materials were glowing red so I thought the issue was from my software. The only time I managed to have a glowing white was from using a material with a proper luminance channel from the surface manager&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture d’écran 2024-01-23 à 13.31.06.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/52338i8F6897C16D6ABF13/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture d’écran 2024-01-23 à 13.31.06.png" alt="Capture d’écran 2024-01-23 à 13.31.06.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture d’écran 2024-01-23 à 13.31.48.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/52337i40A626E34C515B98/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture d’écran 2024-01-23 à 13.31.48.png" alt="Capture d’écran 2024-01-23 à 13.31.48.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="php"&gt;define material "A" 6, 1, 0, 0
define material "B" 6, 0, 1, 0
define material "C" 6, 0, 0, 1
define material "D" 6, 0, 1, 1
define material "E" 6, 1, 0, 1
define material "F" 6, 1, 1, 0
define material "G" 6, 0, 0, 0
define material "H" 6, 1, 1, 1&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="php"&gt;material "A"
block 1, 1, 1
addx 2

material "B"
block 1, 1, 1
addx 2

material "C"
block 1, 1, 1
addx 2

material "D"
block 1, 1, 1
addx 2

material "E"
block 1, 1, 1
addx 2

material "F"
block 1, 1, 1
addx 2

material "G"
block 1, 1, 1
addx 2

material "H"
block 1, 1, 1
addx 2

material matmat ! custom surface from library
block 1, 1, 1
addx 2

del 9&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 23 Jan 2024 12:37:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Custom-glowing-material/m-p/585132#M6223</guid>
      <dc:creator>MetalFingerz</dc:creator>
      <dc:date>2024-01-23T12:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Custom glowing material</title>
      <link>https://community.graphisoft.com/t5/GDL/Custom-glowing-material/m-p/591835#M6430</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any news on this ?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 12:15:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Custom-glowing-material/m-p/591835#M6430</guid>
      <dc:creator>MetalFingerz</dc:creator>
      <dc:date>2024-03-11T12:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Custom glowing material</title>
      <link>https://community.graphisoft.com/t5/GDL/Custom-glowing-material/m-p/591888#M6432</link>
      <description>&lt;P&gt;No. Local support said it's not a bug and it "never worked" (????) in the first place.&lt;/P&gt;
&lt;P&gt;So yeah, it will never get fixed.&lt;/P&gt;
&lt;P&gt;Might wanna try your local support, too.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 17:04:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Custom-glowing-material/m-p/591888#M6432</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2024-03-11T17:04:21Z</dc:date>
    </item>
  </channel>
</rss>

