Hi again, im iterating a geo in Gem and then im anulating one iterated geo using module with spigot. It works fine, but when i add GEMglPushMatrix and GEMglPopMatrix i get GL:stack overflow because each GEMglPushMatrix is expecting one GEMglPopMatrix and when i anulate one geo that means that one GEMglPushMatrix is not gonna have its GEMglPopMatrix pair.
any idea how can i solve this problem?
I attached the patch and here theres also a pic