[jitter] Re: settimeout in lua?
Wesley Smith
wesley.hoke at gmail.com
Sun Dec 2 02:19:10 MST 2007
- Previous message: [jitter] Re: settimeout in lua?
- Next message: [jitter] Re: settimeout in lua?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
uh yeah, finally someone points this out. I was wondering. Anyway, what happened is I scripted a bunch of GL enums and apparently GL_ONE occurs more than once in the GL spec and extensions so it took the last one which is not the same as is used in the blendfunc arguments for example, thus the error. I'll post a new version tommorrow to fix this and add some new things. wes On Dec 1, 2007 7:01 PM, liubo <liubo at music.columbia.edu> wrote: > > thanks wes, this is great. > > just noticed, i think this may be a bug in the jit.gl.lua implementation but the GL constant "ONE" in the code above is not recognized (GL Error: Invalid Enumeration). "ONE_MINUS_SRC_ALPHA" and the other blend modes work fine. > > i have 1beta4 on macbook pro, max 4.6.3/jitter 1.6.3 > > _______________________________________________ > jitter mailing list > jitter at cycling74.com > http://www.cycling74.com/mailman/listinfo/jitter >
- Previous message: [jitter] Re: settimeout in lua?
- Next message: [jitter] Re: settimeout in lua?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
