Archives Jan. 7, 2006

gluTess* working now (Though it's really ugly under the covers...)


The problem with the GLU tessellation routines does appear to have been an indirection-level problem. Basically I'd been passing a byref( func ) instead of a func into the function. The reason for that is that the data-type of the argument wouldn't accept bald func, so I'd assumed it was a pointer-to-a-function. In fact it ...

Continue reading

Previous day

Jan. 6, 2006

Next day

Jan. 8, 2006

Archives