Tesla Graphics Engine Documentation (January 2012)
IPickable Interface
TeslaTesla.BoundingIPickable
Interface for an object that can be picked - that is, tested to see if a ray intersects it.
Declaration Syntax
C#
public interface IPickable
Members
All Members Methods Properties



Icon Member Description
IntersectsPrimitivesWhere(Ray)
Performs primitive (usually triangle) intersection testing.

IsPickable
Gets or sets if this object should be included in an intersection test.

WorldBounding
Gets the absolute world bounding of the object.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)