Forum archive
A litlle problem with porting voxlap...
- I ported voxlap5.c into python( I just c&p and made the variables communicate with python) I tried to make some crap, I c&p the desklamp from simple.c. It HAD to work, but it called me this:
|---------------------------------=OX|
|No section called USEZBUFFER 1.|
|--------------OK--------------------|
when I pressed enter it said this:
|-----------------------------------=OX|
|No section called PREC (256*4096)|
|--------------OK-----------------------|
and raised more & more & more... sucka! what does that mean? Did I miss something? Re: A litlle problem with porting voxlap...
OK, you can ignore it, I've found that PyArgsTuple() doesn't work for #define (LOL!) so I used PyTuple() and the desklamp worked( I saw iit after I recalled the camera)! But the mouse won't! ;D Anyway, it's kinda funny, I let it here for someone if searched. :-*