[jitter] drawing 3d data onto 2d named matrix(?)
jin
gummyboy at naver.com
Sun Nov 18 07:38:50 MST 2007
- Previous message: [jitter] Re: capturing & editing clips for jitter with Fcp
- Next message: [jitter] Re: drawing 3d data onto 2d named matrix(?)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello. I want to send 3d data to 2d named matrix so I can get them through 2d effect objects. And I want to have them on window not pwindow so I can have them on 2nd monitor or projector. Like you see @example 1, 'jit.matrix test' looks wrong(I don't know how to call it...sorry). I want it like example 2 but on window.... Can anyone help me? #P window setfont "Sans Serif" 9.; #P newex 28 228 184 196617 jit.slide @slide_up 20 @slide_down 20; #P window setfont "Sans Serif" 18.; #P comment 26 31 100 196626 example 1; #P window setfont "Sans Serif" 9.; #P newex 30 501 184 196617 jit.slide @slide_up 20 @slide_down 20; #P user jit.pwindow 29 529 82 62 0 1 0 0 1 0; #P newex 30 464 114 196617 jit.matrix test2 4 char; #P newex 30 378 66 196617 t b b erase b; #P window linecount 4; #P newex 179 429 132 196617 jit.gl.gridshape test2 @shape cube @color 0.3 0.8 0.5 @depth_enable 1 @scale 0.2 0.2 0.2; #P window linecount 1; #P newex 48 425 92 196617 jit.gl.render test2; #P newex 30 347 52 196617 metro 10; #P toggle 30 321 15 0; #N counter 0 0. 1.; #X flags 0 0; #P newobj 212 374 83 196617 counter 0 0. 1.; #P newex 179 397 111 196617 pak scale 0.5 0.5 0.5; #P newex 28 253 79 196617 jit.window test; #P newex 28 202 108 196617 jit.matrix test 4 char; #P newex 28 121 66 196617 t b b erase b; #P window linecount 4; #P newex 177 172 127 196617 jit.gl.gridshape test @shape cube @color 0.3 0.8 0.5 @depth_enable 1 @scale 0.2 0.2 0.2; #P window linecount 1; #P newex 46 168 86 196617 jit.gl.render test; #P newex 28 90 52 196617 metro 10; #P toggle 28 64 15 0; #N counter 0 0. 1.; #X flags 0 0; #P newobj 210 117 83 196617 counter 0 0. 1.; #P newex 177 140 111 196617 pak scale 0.5 0.5 0.5; #P window setfont "Sans Serif" 18.; #P comment 29 292 100 196626 example 2; #P connect 3 0 4 0; #P connect 4 0 7 0; #P connect 7 0 8 0; #P connect 12 0 13 0; #P connect 13 0 16 0; #P connect 16 0 17 0; #P connect 17 0 19 0; #P connect 19 0 18 0; #P connect 7 1 5 0; #P fasten 7 2 5 0 69 153 51 153; #P connect 16 1 14 0; #P fasten 16 2 14 0 71 410 53 410; #P connect 1 0 6 0; #P connect 10 0 15 0; #P fasten 4 0 2 0 33 112 215 112; #P connect 2 0 1 1; #P fasten 13 0 11 0 35 369 217 369; #P connect 11 0 10 1; #P pop;
- Previous message: [jitter] Re: capturing & editing clips for jitter with Fcp
- Next message: [jitter] Re: drawing 3d data onto 2d named matrix(?)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
