Hello everyone,
I am working on a rudimentary 3D rendering system. I was wondering if it is viable/efficient to render all the polies with the GeneralPath method of creating polygons, and then filling it in. I am aware that this would make it difficult to use textures, but as it stands I only want cell-shading. Is this possible? Thanks for any help.
Jeth