Packageaway3d.containers
Interfacepublic interface ILODObject
Implementors LODObject

Interface for objects that can toggle their visibily depending on view and distance to camera



Public Methods
 MethodDefined By
  
matchLOD(camera:Camera3D):Boolean
Used in ProjectionTraverser to determine whether the 3d object is visible.
ILODObject
Method Detail
matchLOD()method
public function matchLOD(camera:Camera3D):Boolean

Used in ProjectionTraverser to determine whether the 3d object is visible.

Parameters

camera:Camera3D — The view being used to calulate the perspective.

Returns
Boolean — Defines whether the LOD object is visible.

See also