C# 클래스 CSharpGL.ICameraHelper

파일 보기 프로젝트 열기: bitzhuwei/CSharpGL

공개 메소드들

메소드 설명
LegacyProjection ( this camera ) : void

Run legacy projection and view transform.(from world space to clip space)

메소드 상세

LegacyProjection() 공개 정적인 메소드

Run legacy projection and view transform.(from world space to clip space)
public static LegacyProjection ( this camera ) : void
camera this
리턴 void