From: <Art...@ao...> - 2001-02-24 16:16:28
|
Having some success in getting my hands around cvisual and finding it quite usable for the rendering of my dynamic geometry toy I have already done in Python\PyOpenGL. My plane primitive, in PyOpenGL, took some doing - matrix manipulatin, etc. In cvisual my plane is drawn as a "curves" primitive in a frame, whose axis and position is the plane's normal - and I'm done. Nice. But.... I'm a little desperate for access to triangle primitives to do some stuff with surfaces. A syntax similar to "curve" would seem ideal.(with the addition of the ability to set alpha values). Haven't done much with c-extensions, so a little dependant here. Tell me its not in the cards for the core cvisual, and I guess I'l give it shot to see if I can build in into my own copy. |