C# 클래스 THREE.Camera

파일 보기 프로젝트 열기: guidovanhilst/SharpThreejs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
far double
matrixWorldInverse Matrix4
near double
projectionMatrix Matrix4

공개 메소드들

메소드 설명
getWorldDirection ( Vector3 vector = null ) : Vector3

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

메소드 상세

getWorldDirection() 공개 메소드

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
리턴 Vector3

프로퍼티 상세

far 공개적으로 프로퍼티

public double far
리턴 double

matrixWorldInverse 공개적으로 프로퍼티

public Matrix4,THREE matrixWorldInverse
리턴 Matrix4

near 공개적으로 프로퍼티

public double near
리턴 double

projectionMatrix 공개적으로 프로퍼티

public Matrix4,THREE projectionMatrix
리턴 Matrix4