Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
PSSMDemo
BasicLightCameraBuilder
C# 클래스 PSSMDemo.BasicLightCameraBuilder
ライト カメラを簡易に構築するクラスです。
このクラスは、表示カメラの視錐台を元にシーン領域を決定し、 ライト空間行列の算出に利用します。
상속:
LightCameraBuilder
파일 보기
프로젝트 열기: willcraftia/TestXna
1 사용 예제들
공개 메소드들
메소드
설명
BasicLightCameraBuilder
( ) :
System
보호된 메소드들
메소드
설명
BuildCore
(
Matrix
&
lightView
,
Matrix
&
lightProjection
) :
void
메소드 상세
BasicLightCameraBuilder()
공개
메소드
public
BasicLightCameraBuilder
( ) :
System
리턴
System
BuildCore()
보호된
메소드
protected
BuildCore
(
Matrix
&
lightView
,
Matrix
&
lightProjection
) :
void
lightView
Matrix
lightProjection
Matrix
리턴
void