<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>hello marius , what im trying to do is really simple, i have a patch that creates 3d structures iterating or repeating geos,&nbsp; the thing is that i cannot run to much iterations because my computer become slow. The complexity of my 3d structures are limited to my cpu power, thats why i was thinking if its possible to&nbsp; make the gem list calculations in the gpu in order to economize cpu consumption and have more iterations. Check attached patch. Do these calculations can run as shaders programs? <br><br><br>Other thing: i was checking the displaylist example, looks very interesting : is it possible to&nbsp;&nbsp; store the displaylist in a separate txt file?<br><br>thanks<br><br>S.<br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div
 style="font-family: arial,helvetica,sans-serif; font-size: 13px;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">De:</span></b> marius schebella &lt;marius.schebella@gmail.com&gt;<br><b><span style="font-weight: bold;">Para:</span></b> Sebastian Saa &lt;sebastian_nicolau@yahoo.es&gt;<br><b><span style="font-weight: bold;">CC:</span></b> pd-list@iem.at<br><b><span style="font-weight: bold;">Enviado:</span></b> domingo, 19 de abril, 2009 2:47:15<br><b><span style="font-weight: bold;">Asunto:</span></b> Re: [PD] gem list operations on the gpu<br></font><br>Sebastian Saa wrote:<br>&gt; Hello, is it possible to run gemlist operations on the gpu? im experimenting with recursive structures in gem , i cannot have to much recursions because my computer become slow, so i was thinking if its posible to make those calculations on the gpu, is this possible?<br><br>hi sebastian,<br><br>it depends on what exactly you're trying to do. it
 is possible to calculate a recursive structure once and then upload it to the GPU using a displaylist. basically you are creating a geometry that you can access like a model. have a look at the example in examples/GEM/09.OpenGL/02.displaylist.pd<br>But this will not help you, if the recursion needs to be recalculated for every frame. for this you could use vertex shaders (again, depending on what you're trying to achieve). with the upcoming GEM release and if your gfx card supports it, it should also be possible to use geometry shaders as well.<br><br>the other options are pdlua (with luagl) or writing your own GEM object...<br><br>marius.<br></div></div></div><br>



      </body></html>