C# Class AcTools.Render.Base.Shadows.ShadowsDirectional.CameraOrthoShadow

Inheritance: AcTools.Render.Base.Cameras.CameraOrtho
Datei anzeigen Open project: gro-ove/actools

Public Properties

Property Type Description
SmallerCamera CameraOrthoShadow

Public Methods

Method Description
CameraOrthoShadow ( ) : System
LookAt ( System.Vector3 pos, System.Vector3 target, System.Vector3 up ) : void
UpdateViewMatrix ( ) : void
Visible ( BoundingBox box ) : bool

Method Details

CameraOrthoShadow() public method

public CameraOrthoShadow ( ) : System
return System

LookAt() public method

public LookAt ( System.Vector3 pos, System.Vector3 target, System.Vector3 up ) : void
pos System.Vector3
target System.Vector3
up System.Vector3
return void

UpdateViewMatrix() public method

public UpdateViewMatrix ( ) : void
return void

Visible() public method

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

Property Details

SmallerCamera public_oe property

public CameraOrthoShadow SmallerCamera
return CameraOrthoShadow