Shading Irregularities

I load a file into mem do some processing and draw a sphere, fine. Then free mem command line load another file, do some processing and post redisplay (the processing works out loads of blobs to put on the sphere but it is turned off for now) the sphere is now not filled in but is a wire frame, but the wireframe is shaded as is it where the spere with the correct colour lighting etc.

any ideas?

gav

Wireframes can be lit, if you don’t want the wire sphere to be shaded as if it was lit, you have to disable lighting (but is that what you want … maybe I didn’t understand what you meant very well).

Moz