Click or drag to resize
SoWinCollisionViewer Methods

The SoWinCollisionViewer type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetCollisionDetection

Gets the collision detection active flag.

Public methodGetDistance

Gets the distance between the camera and the objects.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetNumSteps

Gets the number of steps to be used in the collision computation.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetViewer

Gets the original viewer.

Public methodGetZBufferOptimistation

Gets the Z buffer optimization active flag.

Public methodSetCollisionDetection
Calls SetCollisionDetection(true).
Public methodSetCollisionDetection(Boolean)

Sets the collision detection active flag.

Public methodSetDistance

Sets the distance between the camera and the objects.

Public methodSetNumSteps

Sets the number of steps to be used in the collision computation.

Public methodSetZBufferOptimization
Calls SetZBufferOptimization(true, false).
Public methodSetZBufferOptimization(Boolean)
Calls SetZBufferOptimization(value, false).
Public methodSetZBufferOptimization(Boolean, Boolean)

Sets the Z buffer optimization active flag.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also