TWirePortal


Croquet-Teapot

Comment:

Main comment stating the purpose of this class and relevant relationship to other classes.

Possible useful expressions for doIt or printIt.

Structure:
 instVar1		type -- comment about the purpose of instVar1
 instVar2		type -- comment about the purpose of instVar2

Any further useful comments about the general approach of this implementation.

Hierarchy:

ProtoObject
Object
TObject
TFrame
TPrimitive
TRectangle
TPortal
TWirePortal

Summary:

methods:

instance class
as yet unclassified no messages

Detail:

instance methods:

as yet unclassified
render: ogl depth: depth


	| saveForceWire rval |
	saveForceWire _ ogl forceWire.
	ogl forceWire: ogl forceWire not.
	rval _ super render: ogl depth: depth.
	ogl forceWire: saveForceWire.
	^ rval.

class methods:

^top


- made by Dandelion -