draw texture to jit.gl.gridshape from lcd object

T Lee D's icon

I've been searching for something like this in the forums, but can't seem to find the right words. I have a procedural drawing going on in an lcd object, and I want to use it as a live texture for a sphere (eventually multiple spheres). I'm pretty sure I've seen live drawings on 3D objects before, but don't know how to do it. If anyone has any tips on what to search for or which tutorials are useful, it'd be a big help. Thanks!

Andrew Benson's icon

You might try moving over to jit.lcd instead, and then patching the output through jit.gl.texture to the jit.gl.gridshape. Check that out and post back if you have any trouble.

Luis Marques's icon

Hello,

In that way is it possible to do some fluid tail?

thanks

Luis Marques