[jitter] bug with jit.gl.sketch and glloadidentity
Wesley Smith
wesley.hoke at gmail.com
Mon May 5 13:02:45 MDT 2008
- Previous message: Fwd: [jitter] bug with jit.gl.sketch and glloadidentity
- Next message: [jitter] bug with jit.gl.sketch and glloadidentity
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I think in this case you're going to need to post a patch. I'm not too surprised that you don't see anything with glloadidentity as I don't see you modifying the modelview matrix after calling it. wes On Mon, May 5, 2008 at 11:51 AM, pelado <pelado-mail at pelado.co.uk> wrote: > I don't think this has been reported. If you pass the commands: > 'reset, glmatrixmode modelview, glpushmatrix, drawmatrix myMatrix points, > glpopmatrix' > to jit.gl.sketch the scene is rendered. However, if glloadidentity is added > to the command list the scene is not rendered, or at least is not visible: > 'reset, glmatrixmode modelview, glpushmatrix, glloadidentity, drawmatrix > myMatrix points, glpopmatrix' > > powerbook Mac G4, OS X 10.4.11 Max 5.01 > > pelado > > > > _______________________________________________ > jitter mailing list > jitter at cycling74.com > http://www.cycling74.com/mailman/listinfo/jitter > >
- Previous message: Fwd: [jitter] bug with jit.gl.sketch and glloadidentity
- Next message: [jitter] bug with jit.gl.sketch and glloadidentity
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
