Packageaway3d.containers
Interfacepublic interface ILODObject
ImplementorsLODObject

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

Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments