C# 클래스 Alexandria.Engines.DarkSouls.ModelDrawContext

Context for drawing a Model.
파일 보기 프로젝트 열기: Burton-Radons/Alexandria 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DisplayMode BasicProgramDisplayMode
Projection System.Matrix4d
View System.Matrix4d
World System.Matrix4d

프로퍼티 상세

DisplayMode 공개적으로 프로퍼티

Get or set the display mode.
public BasicProgramDisplayMode DisplayMode
리턴 BasicProgramDisplayMode

Projection 공개적으로 프로퍼티

Get or set the projection matrix.
public Matrix4d,System Projection
리턴 System.Matrix4d

View 공개적으로 프로퍼티

Get or set the view matrix.
public Matrix4d,System View
리턴 System.Matrix4d

World 공개적으로 프로퍼티

Get or set the world matrix.
public Matrix4d,System World
리턴 System.Matrix4d