<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[GLSL Shader Actor : &#x27;parameter setting window&#x27;]]></title><description><![CDATA[<p dir="auto">I notice the 'parameter setting window' of the GLSL Shader Actor takes settings from the <span style="font-size:10pt">Isadora created input parameters in the GLSL code. Any tweaking of the 'parameter setting window' is lost when compiling the code again, navigating away from the GLSL scene or closing the Isadora file - as it is replaced by the range specified in the code the next time the GLSL shader is activated. Apart from limiting the range in the code, i</span><span style="font-size:10pt">s there a way to retain the 'parameter setting window' input range?</span></p>
<div><span style="font-size:10pt">  
</span></div>
<div><span style="font-size:10pt">Cheers</span></div>
<div><span style="font-size:10pt">Bonemap</span></div>]]></description><link>https://community.troikatronix.com/topic/2810/glsl-shader-actor-parameter-setting-window</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 05:57:31 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/2810.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 21 Aug 2016 16:09:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to GLSL Shader Actor : &#x27;parameter setting window&#x27; on Wed, 31 Aug 2016 16:35:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/205">@bonemap</a></p>
<div>Looks great.</div>
<div>Best Michel</div>]]></description><link>https://community.troikatronix.com/post/21069</link><guid isPermaLink="true">https://community.troikatronix.com/post/21069</guid><dc:creator><![CDATA[Michel]]></dc:creator><pubDate>Wed, 31 Aug 2016 16:35:34 GMT</pubDate></item><item><title><![CDATA[Reply to GLSL Shader Actor : &#x27;parameter setting window&#x27; on Sun, 18 Jan 1970 01:03:21 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<div>here is a screen capture of the GLSLshader with Isadora inputs animating the code across three stages with a total resolution 2400 x 600.</div>
<p dir="auto"><img src="/uploads/files/FileUpload/dc/e80603-bonemap_test_glslshader.jpg" alt="e80603-bonemap_test_glslshader.jpg" class=" img-responsive img-markdown" /></p>
]]></description><link>https://community.troikatronix.com/post/21059</link><guid isPermaLink="true">https://community.troikatronix.com/post/21059</guid><dc:creator><![CDATA[bonemap]]></dc:creator><pubDate>Sun, 18 Jan 1970 01:03:21 GMT</pubDate></item><item><title><![CDATA[Reply to GLSL Shader Actor : &#x27;parameter setting window&#x27; on Sun, 18 Jan 1970 01:00:35 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I have not been able to relieve the GPU overhead in the 'Swaying Strands' GLSL Shader code posted earlier in this thread. But have slightly improved an average frame rate to between 25 - 35 fps (up from 15 - 20 fps) at the same resolution 2400 x 600. With some minor compromise to the visual integrity, adjustment of float numbers associated with the 'for' loop responsible for the GPU strain appear to have lessened the loop overhead allowing the range of live Isadora inputs to be extended somewhat. However, higher screen resolutions remain a hurdle for complex looping shaders.</p>
<p dir="auto">I have also noticed that the complex GLSL Shader may not play through smoothly even at higher fps. For example, I still get a slightly stuttering play back at 60fps at the 2400 x 600 resolution. This suggests the 'all at once' throughput of the GPU <span style="font-size:13.3333px">process is not buffered and takes it as it comes - more complex calculation of pixels slow the visuals as the code is passed.</span></p>
<p dir="auto">Attached here is the revised GSLS shader code with comments indicating the float modification associated with the 'for' loop instance.</p>
<p dir="auto">This does not change the conditions of what to look out for as indicated by Mark and DusX in this thread.</p>
<p dir="auto">The original code is from Ingo Quilez (<a href="https://www.shadertoy.com/view/XsjXR1" rel="nofollow ugc">https://www.shadertoy.com/view/XsjXR1</a>) and nimitz (<a href="https://www.shadertoy.com/view/4sfXDs" rel="nofollow ugc">https://www.shadertoy.com/view/4sfXDs</a>)</p>
<p dir="auto"><a href="/uploads/files/FileUpload/64/2917ef-bonemap_shadertest_4.izz">2917ef-bonemap_shadertest_4.izz</a></p>
]]></description><link>https://community.troikatronix.com/post/21034</link><guid isPermaLink="true">https://community.troikatronix.com/post/21034</guid><dc:creator><![CDATA[bonemap]]></dc:creator><pubDate>Sun, 18 Jan 1970 01:00:35 GMT</pubDate></item><item><title><![CDATA[Reply to GLSL Shader Actor : &#x27;parameter setting window&#x27; on Fri, 26 Aug 2016 09:31:49 GMT]]></title><description><![CDATA[<p dir="auto">I am working on it, it means simple and complicate shapes, fractals etc. Unfortunately the glsl langage is not made for that explicitly, like in Processing (I wrote Arduino instead of Processin) Glsl is more focused on lights and materials.</p>
<div>My question could be if it is possible now to use vertex shaders as to program surfaces before to render it in fragment shaders.</div>
<div>I hope I an understandable…</div>
<div>Best, Jacques</div>]]></description><link>https://community.troikatronix.com/post/21026</link><guid isPermaLink="true">https://community.troikatronix.com/post/21026</guid><dc:creator><![CDATA[jhoepffner]]></dc:creator><pubDate>Fri, 26 Aug 2016 09:31:49 GMT</pubDate></item><item><title><![CDATA[Reply to GLSL Shader Actor : &#x27;parameter setting window&#x27; on Fri, 26 Aug 2016 08:06:07 GMT]]></title><description><![CDATA[<p dir="auto">Dear <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/13">@jhoepffner</a>,</p>
<div>What does "generative geometry" mean? Is there an example you can show?</div>
<div>Best,</div>
<div>Mark</div>]]></description><link>https://community.troikatronix.com/post/21024</link><guid isPermaLink="true">https://community.troikatronix.com/post/21024</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Fri, 26 Aug 2016 08:06:07 GMT</pubDate></item><item><title><![CDATA[Reply to GLSL Shader Actor : &#x27;parameter setting window&#x27; on Fri, 26 Aug 2016 07:25:12 GMT]]></title><description><![CDATA[<p dir="auto">Thank you Mark,</p>
<div>I am exploring the "generative geometry" possibilities of GLSL, huge expectations to replace Arduino.</div>
<div>I have some problems and I will to submit them.</div>
<div>Jacques</div>]]></description><link>https://community.troikatronix.com/post/21023</link><guid isPermaLink="true">https://community.troikatronix.com/post/21023</guid><dc:creator><![CDATA[jhoepffner]]></dc:creator><pubDate>Fri, 26 Aug 2016 07:25:12 GMT</pubDate></item><item><title><![CDATA[Reply to GLSL Shader Actor : &#x27;parameter setting window&#x27; on Fri, 26 Aug 2016 05:55:39 GMT]]></title><description><![CDATA[<p dir="auto">Dear <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/124">@DusX</a> and All,</p>
<div>I have added another "addendum" to the GLSL Shader Tutorial called "Performance Issues." This is based on the performance problems <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/205">@bonemap</a> identified in this thread. Hopefully that will allow users to understand why some shaders are giving them low frame rates/poor performance.</div>
<div>Best Wishes,</div>
<div>Mark</div>]]></description><link>https://community.troikatronix.com/post/21019</link><guid isPermaLink="true">https://community.troikatronix.com/post/21019</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Fri, 26 Aug 2016 05:55:39 GMT</pubDate></item><item><title><![CDATA[Reply to GLSL Shader Actor : &#x27;parameter setting window&#x27; on Fri, 26 Aug 2016 05:43:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2">@Mark</a>,</p>
<div>Thank you for your time to provide additional advice about the use of the GLSL Shader and confirm the warning signs to look out for. Each investigation can only lead to a better understanding. </div>
<div>Regards</div>
<div>bonemap</div>]]></description><link>https://community.troikatronix.com/post/21018</link><guid isPermaLink="true">https://community.troikatronix.com/post/21018</guid><dc:creator><![CDATA[bonemap]]></dc:creator><pubDate>Fri, 26 Aug 2016 05:43:22 GMT</pubDate></item><item><title><![CDATA[Reply to GLSL Shader Actor : &#x27;parameter setting window&#x27; on Fri, 26 Aug 2016 05:28:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/205">@bonemap</a>,</p>
<div style="font-style:normal;font-weight:normal">Well, the simple answer is this: if a shader drops your FPS, then it's a 'heavy' program. There may not be a way for non-coders to solve this, as the loops are part of what makes the image look the way it looks.</div>
<div style="font-style:normal">The simplest rule of thumb to say if you see a "for" or an "if" or an "else" then you can rest assured that this shader is suspect in terms of its performance impact.</div>
<div>If you want to dig further, look for statements like this: "for (x=0; x&lt;**256**; x++)" The number in bold is the top limit of the loop. This example shows that the loop will repeat 256 times. My guess than anything greater than 8 or 16 at the most is going to cause trouble. (Remember, that those 256 iterations are going to be performed on <u style="font-style:italic">every</u> pixel of the image. If the image is 1920x1080, that's 530 million calculations!)</div>
<div>Best Wishes,</div>
<div>Mark</div>]]></description><link>https://community.troikatronix.com/post/21017</link><guid isPermaLink="true">https://community.troikatronix.com/post/21017</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Fri, 26 Aug 2016 05:28:59 GMT</pubDate></item><item><title><![CDATA[Reply to GLSL Shader Actor : &#x27;parameter setting window&#x27; on Sun, 18 Jan 1970 00:54:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/124">@DusX</a>,</p>
<div>Thanks Ryan,</div>
<div>These overhead issues are going to require quite a bit of understanding. I am pretty sure that I don't have the coding ability to resolve them. Might have to look at asking for help from my programmer friends.</div>
<div>I get what you are talking about - I am just not there in terms of being able to go straight to a solution.</div>
<div>Cheers</div>
<div>bonemap</div>]]></description><link>https://community.troikatronix.com/post/20993</link><guid isPermaLink="true">https://community.troikatronix.com/post/20993</guid><dc:creator><![CDATA[bonemap]]></dc:creator><pubDate>Sun, 18 Jan 1970 00:54:38 GMT</pubDate></item><item><title><![CDATA[Reply to GLSL Shader Actor : &#x27;parameter setting window&#x27; on Wed, 24 Aug 2016 21:16:46 GMT]]></title><description><![CDATA[<p dir="auto">as Mark said, the for loops are tieing things up.</p>
<div>You could add published Int inputs to set these dynamically.. (one is hard coded to 256 and another to 8)</div>
<div>Changing the 256 to 128 still has a similar effect, while 64 loses the thru/cutout sections.. but is interesting in its own way.</div>
<div>I can run the file at my more than 1080p screen resolution for about 30secs before my gtx 870m starts to over heat... then I have FPS dropping drastically.  
I use 'TechPowerUp GPU-Z' to check the status of GPU. Its for PC, not sure of a Mac equivalent.</div>]]></description><link>https://community.troikatronix.com/post/20992</link><guid isPermaLink="true">https://community.troikatronix.com/post/20992</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Wed, 24 Aug 2016 21:16:46 GMT</pubDate></item><item><title><![CDATA[Reply to GLSL Shader Actor : &#x27;parameter setting window&#x27; on Wed, 24 Aug 2016 20:31:18 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/146">@Aolis</a>, <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/65">@JJHP3</a>,</p>
<div>I have created a new Isadora file and pasted the GLSL code into a new instance of the GSLS Shader actor. I notice that the generic GLSL actor no longer has its badge - there is no GLSL logo or Creative Commons logo displaying on the actor node.</div>
<div>I have attached here the new Isadora file and the .txt file for Swaying Strands. </div>
<div>Let me know if you have any suggestions for the code to become more efficient or for some frame rate gains.</div>
<div>cheers</div>
<div>bonemap</div>
<p dir="auto"><a href="/uploads/files/FileUpload/f3/d6575b-bonemap_glsl_test_2.zip">d6575b-bonemap_glsl_test_2.zip</a></p>
]]></description><link>https://community.troikatronix.com/post/20990</link><guid isPermaLink="true">https://community.troikatronix.com/post/20990</guid><dc:creator><![CDATA[bonemap]]></dc:creator><pubDate>Wed, 24 Aug 2016 20:31:18 GMT</pubDate></item><item><title><![CDATA[Reply to GLSL Shader Actor : &#x27;parameter setting window&#x27; on Wed, 24 Aug 2016 20:03:29 GMT]]></title><description><![CDATA[<p dir="auto">Hmmm, this does seem like a bug. When I try opening the file, I get an error that the Swaying Strands actor can't load.  I see it in the patch - but when I double click the actor it minimizes as though it were a normal actor and not a GLSL one. . . .</p>
]]></description><link>https://community.troikatronix.com/post/20989</link><guid isPermaLink="true">https://community.troikatronix.com/post/20989</guid><dc:creator><![CDATA[Aolis]]></dc:creator><pubDate>Wed, 24 Aug 2016 20:03:29 GMT</pubDate></item><item><title><![CDATA[Reply to GLSL Shader Actor : &#x27;parameter setting window&#x27; on Wed, 24 Aug 2016 19:59:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/65">@JJHP3</a> Thanks for letting me know. If you are interested I will post the .txt file. Perhaps it is not possible to share a patch file with a GSLS shader embedded? Cheers Bonemap</p>
]]></description><link>https://community.troikatronix.com/post/20988</link><guid isPermaLink="true">https://community.troikatronix.com/post/20988</guid><dc:creator><![CDATA[bonemap]]></dc:creator><pubDate>Wed, 24 Aug 2016 19:59:53 GMT</pubDate></item><item><title><![CDATA[Reply to GLSL Shader Actor : &#x27;parameter setting window&#x27; on Wed, 24 Aug 2016 10:43:55 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for posting this, but "swaying strands" actor is empty, so I can't give it a look.  John</p>
]]></description><link>https://community.troikatronix.com/post/20968</link><guid isPermaLink="true">https://community.troikatronix.com/post/20968</guid><dc:creator><![CDATA[JJHP3]]></dc:creator><pubDate>Wed, 24 Aug 2016 10:43:55 GMT</pubDate></item><item><title><![CDATA[Reply to GLSL Shader Actor : &#x27;parameter setting window&#x27; on Sun, 18 Jan 1970 00:53:02 GMT]]></title><description><![CDATA[<p dir="auto">This shader, for example, wants more than what it can get from my GPU. The fps fluctuate with the amount of detail generated by the Isadora input parameters. <a href="/uploads/files/FileUpload/e2/571d3d-bonemap_glsl_test.izz">571d3d-bonemap_glsl_test.izz</a></p>
]]></description><link>https://community.troikatronix.com/post/20954</link><guid isPermaLink="true">https://community.troikatronix.com/post/20954</guid><dc:creator><![CDATA[bonemap]]></dc:creator><pubDate>Sun, 18 Jan 1970 00:53:02 GMT</pubDate></item><item><title><![CDATA[Reply to GLSL Shader Actor : &#x27;parameter setting window&#x27; on Sun, 18 Jan 1970 00:52:51 GMT]]></title><description><![CDATA[<p dir="auto"><span style="font-size:10pt">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2">@Mark</a>,</span></p>
<div><span style="font-size:10pt">This is good advice. It is important to get a feel for the limitations and performance of the shaders in the mix. The detailed shaders offer </span><span style="font-family:Arial, Verdana;font-size:13.3333px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:normal;line-height:normal">more</span><span style="font-size:13.3333px"> allure as they approach representational simulations. Gaining an understanding of control inputs into those visual worlds is worth investigating and mastering. To understand the point where a shader is unviable for the GPU is a necessary lesson. The Isadora inputs might not be in themselves taxing the GPU, however the parameters supplied by these inputs can have a dramatic effect on the performance of some shaders - And it looks like the shaders I am most drawn to investigating may be the ones prone to limited realtime manipulation. We shall see.</span></div>
<div><span style="font-size:13.3333px">  
</span></div>
<div><span style="font-size:13.3333px">cheers</span></div>
<div><span style="font-size:13.3333px">bonemap</span></div>]]></description><link>https://community.troikatronix.com/post/20953</link><guid isPermaLink="true">https://community.troikatronix.com/post/20953</guid><dc:creator><![CDATA[bonemap]]></dc:creator><pubDate>Sun, 18 Jan 1970 00:52:51 GMT</pubDate></item><item><title><![CDATA[Reply to GLSL Shader Actor : &#x27;parameter setting window&#x27; on Tue, 23 Aug 2016 16:02:26 GMT]]></title><description><![CDATA[<p dir="auto">Dear @bonmap,</p>
<div>Thank you for these comments. I'll take a look at it.</div>
<div> One note regarding your statement "The frame rate and cycles can fluctuate widely rendering some code." This is probably not Isadora but the code itself. If the code has "for/next" loops (e.g., for (i=1; i&lt;20; i++) ) these are very expensive in terms of GPU performance. If/then statements are also suspect in this regard. Running multiple instances of these will only make the situation worse.</div>
<div>It's good to remember that, while GPUs are astonishingly fast, they are not an unlimited resource.</div>
<div>Best Wishes,</div>
<div>Mark</div>]]></description><link>https://community.troikatronix.com/post/20952</link><guid isPermaLink="true">https://community.troikatronix.com/post/20952</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Tue, 23 Aug 2016 16:02:26 GMT</pubDate></item><item><title><![CDATA[Reply to GLSL Shader Actor : &#x27;parameter setting window&#x27; on Sun, 18 Jan 1970 00:52:45 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2">@Mark</a>,</p>
<div>There is a pattern, and I think it is a creep over time. For example, I start to notice the code box not completely refreshing around the 'compile' and 'OK' buttons. These symptoms then appear to be accompanied by save failure. The code box may be open for extended periods - there tends to be a lot of tweaking and compiling or periods with the box open for longer. I am also using multiple wave generators at low Hz to animate the attributes of a shader. The frame rate and cycles can fluctuate widely rendering some code. The save failure has happened on very short code and longer.</div>
<div>Cheers</div>
<div>bonemap</div>]]></description><link>https://community.troikatronix.com/post/20951</link><guid isPermaLink="true">https://community.troikatronix.com/post/20951</guid><dc:creator><![CDATA[bonemap]]></dc:creator><pubDate>Sun, 18 Jan 1970 00:52:45 GMT</pubDate></item><item><title><![CDATA[Reply to GLSL Shader Actor : &#x27;parameter setting window&#x27; on Tue, 23 Aug 2016 14:43:39 GMT]]></title><description><![CDATA[<p dir="auto">I will enter this as a feature request right now.</p>
]]></description><link>https://community.troikatronix.com/post/20950</link><guid isPermaLink="true">https://community.troikatronix.com/post/20950</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Tue, 23 Aug 2016 14:43:39 GMT</pubDate></item><item><title><![CDATA[Reply to GLSL Shader Actor : &#x27;parameter setting window&#x27; on Tue, 23 Aug 2016 14:40:23 GMT]]></title><description><![CDATA[<p dir="auto">Dear <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/205">@bonemap</a>,</p>
<div style="font-style:normal">Well, I saw this save problem at the Werkstatt but was never able to recreate it. But this was only dealing with shaders that were local to the file, not with ones that were loaded from .txt files.</div>
<div style="font-style:normal">Do you have any sense of a pattern here? I tried again just now and was not able to recreate this bug. But I'm pretty sure you're right that it's there.</div>
<div>As for the .txt file, right now, I think we should add an option to update not just the shader you're editing, but the .txt file <u style="font-style:italic">and</u> all instances of the same shader (i.e, ones that came from the .txt file.) This would essentially be the same behavior as a user actor. That's a feature request which I might not get to for the release of v2.5, but would add as soon as I can manage.</div>
<div>Best Wishes,</div>
<div>Mark</div>]]></description><link>https://community.troikatronix.com/post/20949</link><guid isPermaLink="true">https://community.troikatronix.com/post/20949</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Tue, 23 Aug 2016 14:40:23 GMT</pubDate></item><item><title><![CDATA[Reply to GLSL Shader Actor : &#x27;parameter setting window&#x27; on Sun, 18 Jan 1970 00:52:36 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2">@Mark</a>,</p>
<div>Another issue I am having with entering code into the GLSL actor is - getting it to save. A number of times updates to my code have not saved with a command 's'. I have resorted to copying and pasting into a .txt file to ensure I retain the changes. Could you also outline how the actor is dealing with iterations of GLSL code. For example, are there any foreseeable issues with multiple instances of GLSL actors in the same or adjacent scenes?</div>
<div>Can I assume a user GLSL actor in the toolbox can only be modified by pasting over the text file that defines it? I notice there is not the save/replace options similar to the User actors in the toolbox.</div>
<div>Cheers</div>
<div>bonemap</div>]]></description><link>https://community.troikatronix.com/post/20931</link><guid isPermaLink="true">https://community.troikatronix.com/post/20931</guid><dc:creator><![CDATA[bonemap]]></dc:creator><pubDate>Sun, 18 Jan 1970 00:52:36 GMT</pubDate></item><item><title><![CDATA[Reply to GLSL Shader Actor : &#x27;parameter setting window&#x27; on Tue, 23 Aug 2016 06:04:36 GMT]]></title><description><![CDATA[<p dir="auto">Dear <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/205">@bonemap</a>,</p>
<div>Yes, this is a bug in fact. I've got it on my list of stuff to fix. But thanks for pointing it out!</div>
<div>Best Wishes,</div>
<div>Mark</div>]]></description><link>https://community.troikatronix.com/post/20929</link><guid isPermaLink="true">https://community.troikatronix.com/post/20929</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Tue, 23 Aug 2016 06:04:36 GMT</pubDate></item><item><title><![CDATA[Reply to GLSL Shader Actor : &#x27;parameter setting window&#x27; on Mon, 22 Aug 2016 01:45:14 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/146">@Aolis</a>,</p>
<div>Yes - it could be that I need to use 'limit scale' actors if I want to keep the variable ranges in the GSLS code less specific. Or perhaps I haven't got the //Isadora float inputs quite right?</div>
<div>Cheers</div>
<div>bonemap</div>]]></description><link>https://community.troikatronix.com/post/20896</link><guid isPermaLink="true">https://community.troikatronix.com/post/20896</guid><dc:creator><![CDATA[bonemap]]></dc:creator><pubDate>Mon, 22 Aug 2016 01:45:14 GMT</pubDate></item></channel></rss>