C# 클래스 THREE.OrthographicCamera

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

공개 메소드들

메소드 설명
OrthographicCamera ( double left, double right, double top, double bottom, double near, double far ) : System

메소드 상세

OrthographicCamera() 공개 메소드

public OrthographicCamera ( double left, double right, double top, double bottom, double near, double far ) : System
left double
right double
top double
bottom double
near double
far double
리턴 System