C# Class THREE.Camera

Afficher le fichier Open project: guidovanhilst/SharpThreejs Class Usage Examples

Méthodes publiques

Свойство Type Description
far double
matrixWorldInverse Matrix4
near double
projectionMatrix Matrix4

Méthodes publiques

Méthode Description
getWorldDirection ( Vector3 vector = null ) : Vector3

It returns a vector representing the direction in which the camera is looking, in world space. vector — (optional)

Method Details

getWorldDirection() public méthode

It returns a vector representing the direction in which the camera is looking, in world space. vector — (optional)
public getWorldDirection ( Vector3 vector = null ) : Vector3
vector Vector3
Résultat Vector3

Property Details

far public_oe property

public double far
Résultat double

matrixWorldInverse public_oe property

public Matrix4,THREE matrixWorldInverse
Résultat Matrix4

near public_oe property

public double near
Résultat double

projectionMatrix public_oe property

public Matrix4,THREE projectionMatrix
Résultat Matrix4