Quadrics

Little confused about how to do this in LWJGL, if it’s easy and I’m just not getting it… I apologize:

I want to use quadrics. glu.newQuadric() returns a pointer to a new quadric. Does this mean I can go ahead and use it in say glu.sphere? Or do I have to stuff it in a buffer?

i.e. Does this work?

int ptr = glu.newQuadric();
gluSphere(ptr, radius, slices, stacks);

If so, I’m not seeing my sphere.

Probably a stupid mistake… but what can I say?

Ok, ignore me. The above worked, my problem was in a different area.

Edit: Made it look like I can spell…