Transform jit.gl.gridshape without change the rest ?
[EDIT] Hi everyone,
I have with jit.gl.gridshape a sphere going to a jit.gen and a jit.gl.mesh.
Everything work fine and my effect to modify the shape is good.
But, I apply a texture on jit.gl.mesh, the texture is good too but not center as I want.
I tried to put matrixoutput : 2 on my gridshape to rotatexyz and change it localy but everything change in my scene, light, jit.gen ...
I miss something for sure but I don't know what. I was thinking transform output was local like it says in documentation but it seems not working !
If anybody have an idea !!
Thank you all