As I continue my conversation with myself. :-) I realize that the solution I posted doesn&#39;t work for the current problem I have:<div><br></div><div>I have values coming in for where to put the spheres which come in between frames I am rendering. I don&#39;t have all of the values at once. Currently every time a new value comes in, I bang the gemlist. To do this without gemlist I need a way to store a gemstate/gpointer until the next value comes in. I can&#39;t find any way to store such a beast since it isn&#39;t supported by [pack] and there is no variable type for it. Is there some way to store the gpointer that I am missing?<br>

<br><div class="gmail_quote">On Sat, Mar 23, 2013 at 2:16 PM, John Harrison <span dir="ltr">&lt;<a href="mailto:john.harrison@alum.mit.edu" target="_blank">john.harrison@alum.mit.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Solved it by making a loop instead of using gemlist. Sorry for the noise. See attached for a demo of the solution if you are curious or if you might have a better/alternative solution.<span class="HOEnZb"><font color="#888888"><div>

<br></div></font></span><div><span class="HOEnZb"><font color="#888888">-John</font></span><div class="im"><br><br><div class="gmail_quote">
On Sat, Mar 23, 2013 at 11:47 AM, John Harrison <span dir="ltr">&lt;<a href="mailto:john.harrison@alum.mit.edu" target="_blank">john.harrison@alum.mit.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


I have about 100 spheres I generate with a gemlist which currently display into a gem window. I&#39;d like to instead put them into a gemframebuffer. Is there a way to do this? It seems that gemlist is hardcoded to display in the window? I can think of workarounds i.e. make 100 abstractions of my sphere but that seems clumsy and perhaps inefficient.
</blockquote></div><br></div></div>
</blockquote></div><br></div>