C# Class AcTools.Render.Base.Cameras.InterpolationCamera

Inheritance: ICamera
显示文件 Open project: gro-ove/actools

Public Methods

Method Description
InterpolationCamera ( float smoothiness ) : SlimDX
Intersect ( BoundingBox box ) : FrustrumIntersectionType
Update ( BaseCamera camera, float dt ) : void
Visible ( BoundingBox box ) : bool

Method Details

InterpolationCamera() public method

public InterpolationCamera ( float smoothiness ) : SlimDX
smoothiness float
return SlimDX

Intersect() public method

public Intersect ( BoundingBox box ) : FrustrumIntersectionType
box BoundingBox
return FrustrumIntersectionType

Update() public method

public Update ( BaseCamera camera, float dt ) : void
camera BaseCamera
dt float
return void

Visible() public method

public Visible ( BoundingBox box ) : bool
box BoundingBox
return bool