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

Inheritance: AcTools.Render.Base.Cameras.CameraOrtho
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Свойство Type Description
SmallerCamera CameraOrthoShadow

Méthodes publiques

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

Method Details

CameraOrthoShadow() public méthode

public CameraOrthoShadow ( ) : System
Résultat System

LookAt() public méthode

public LookAt ( System.Vector3 pos, System.Vector3 target, System.Vector3 up ) : void
pos System.Vector3
target System.Vector3
up System.Vector3
Résultat void

UpdateViewMatrix() public méthode

public UpdateViewMatrix ( ) : void
Résultat void

Visible() public méthode

public Visible ( BoundingBox box ) : bool
box BoundingBox
Résultat bool

Property Details

SmallerCamera public_oe property

public CameraOrthoShadow SmallerCamera
Résultat CameraOrthoShadow