[jitter] Obj files in displaylist?
Bruno Zamborlin
bruno.zamborlin at gmail.com
Sun Jul 1 11:39:32 MDT 2007
- Previous message: [jitter] Re: Re: Jitter Video Playback - Amatuer or Professional Grade?
- Next message: [jitter] Obj files in displaylist?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Dear all, I'm looking for a solution to load in a displaylist a series of hundreds obj files. I have to make an animation, and I already build all the obj files. I would like to show an obj each 40-50 milliseconds, as shown in the (wrong) patch below. Thank you very much #P window setfont "Sans Serif" 9.; #P window linecount 1; #P message 237 169 120 196617 read mymodels-33.obj; #P newex 237 147 62 196617 prepend set; #P number 126 101 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0; #P newex 126 54 52 196617 metro 40; #N counter 2 1 50; #X flags 0 0; #P newobj 126 78 77 196617 counter 2 1 50; #P newex 126 123 148 196617 sprintf read mymodels-%s.obj; #P newex 12 119 105 196617 jit.qball @mode usurp; #P toggle 12 27 15 0; #P newex 12 96 55 196617 metro 20; #P newex 12 143 55 196617 t b b erase; #P newex 126 147 78 196617 jit.gl.model mdl; #B color 5; #P newex 12 181 80 196617 jit.gl.render mdl; #P newex 13 208 311 196617 jit.window mdl @depthbuffer 1 @rect 614 76 934 316 @floating 1; #P connect 7 0 2 0; #P fasten 7 0 11 0 131 142 242 142; #P connect 5 0 4 0; #P fasten 5 0 9 0 17 47 131 47; #P connect 10 0 7 0; #P connect 11 0 12 0; #P connect 8 0 10 0; #P connect 9 0 8 0; #P fasten 2 0 1 0 131 172 17 172; #P connect 6 0 3 0; #P connect 4 0 6 0; #P fasten 3 2 1 0 61 165 17 165; #P fasten 3 0 1 0 17 163 17 163; #P window clipboard copycount 13; -- Bruno www.brunozamborlin.com www.myspace.com/brunozamborlin
- Previous message: [jitter] Re: Re: Jitter Video Playback - Amatuer or Professional Grade?
- Next message: [jitter] Obj files in displaylist?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
