TLinedCylinder


Croquet-Teapot

Comment:

Like TCylinder, but with its "lining" surface rendered the same as its outside surface.

Hierarchy:

ProtoObject
Object
TObject
TFrame
TPrimitive
TCylinder
TLinedCylinder

Summary:

methods:

instance class
as yet unclassified no messages

Detail:

instance methods:

as yet unclassified
render: ogl


	ogl glDisable: GLCullFace.
	super render: ogl.
	ogl setCull.

class methods:

^top


- made by Dandelion -