Hi all,
I am trying to create a mesh using jit.bfg and gl.sketch. The way i use it might not be the best way but i am trying to learn sketch and bfg to create 3d visuals and meshes rather than relying on gl.mesh for the job. The issues i am having in this patch is; 1) the drawn sketch flickers when the dimension of jit.bfg is an odd number. (probably because zl.group is 12) 2) can't get the texturing (gl.texture @name texture1a) to be the same dimension as the video. A 4 dimension image is being textured. (I want each of the quads to be textured with the video.)
I'm sure there is an easy way to solve this so please let me know !