[jitter] jit.gencoord scaling factor
(())_n
kinomatic at gmail.com
Thu Oct 11 20:58:53 MDT 2007
- Previous message: [jitter] multiples and shaders
- Next message: [jitter] jit.gencoord scaling factor
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi. I am having some problems with jit.gencoord. It seems that the scaling factor of 1. in float32 the output will approach 1.0 (how close depending on the dim you set) but never quite get there. to get to 1.0 you have to find the magic number above 1. (case of 50 use scaling 1.020408). Is this what is to be expected of jit.gencoord? attached is the patch which demonstrates the behavior. cheers, (())_n #P button 51 118 15 0; #P window setfont "Sans Serif" 9.; #P window linecount 1; #P newex 238 185 32 196617 print; #P newex 51 213 58 196617 print close; #P newex 51 185 41 196617 jit.iter; #P newex 51 147 197 196617 jit.gencoord 2 float32 50 50 @scale 1. 1.; #P newex 540 185 32 196617 print; #P newex 281 213 59 196617 print there; #P newex 281 185 41 196617 jit.iter; #P newex 281 147 269 196617 jit.gencoord 2 float32 50 50 @scale 1.020408 1.020408; #P button 281 118 15 0; #P connect 2 0 3 0; #P connect 6 0 7 0; #P connect 9 0 5 0; #P connect 5 1 8 0; #P connect 5 0 6 0; #P connect 1 1 4 0; #P connect 1 0 2 0; #P connect 0 0 1 0; #P window clipboard copycount 10;
- Previous message: [jitter] multiples and shaders
- Next message: [jitter] jit.gencoord scaling factor
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
