Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
Engine.Graphics.ShaderTransforms
Engine.Graphics.ShaderTransforms 的协作图:

Public 成员函数

 ShaderTransforms (int maxWorldMatrices)
virtual void UpdateMatrices (int count, bool worldView, bool viewProjection, bool worldViewProjection)

Public 属性

Matrix[] m_world
Matrix m_view = Matrix.Identity
Matrix m_projection = Matrix.Identity
Matrix[] m_worldView
Matrix m_viewProjection = Matrix.Identity
Matrix[] m_worldViewProjection

属性

int MaxWorldMatrices [get]
Matrix[] World [get]
Matrix View [get, set]
Matrix Projection [get, set]
Matrix ViewProjection [get]
Matrix[] WorldView [get]
Matrix[] WorldViewProjection [get]

详细描述

在文件 ShaderTransforms.cs2 行定义.

构造及析构函数说明

◆ ShaderTransforms()

Engine.Graphics.ShaderTransforms.ShaderTransforms ( int maxWorldMatrices)

在文件 ShaderTransforms.cs35 行定义.

成员函数说明

◆ UpdateMatrices()

virtual void Engine.Graphics.ShaderTransforms.UpdateMatrices ( int count,
bool worldView,
bool viewProjection,
bool worldViewProjection )
virtual

在文件 ShaderTransforms.cs46 行定义.

函数调用图:

类成员变量说明

◆ m_projection

Matrix Engine.Graphics.ShaderTransforms.m_projection = Matrix.Identity

在文件 ShaderTransforms.cs7 行定义.

◆ m_view

Matrix Engine.Graphics.ShaderTransforms.m_view = Matrix.Identity

在文件 ShaderTransforms.cs5 行定义.

◆ m_viewProjection

Matrix Engine.Graphics.ShaderTransforms.m_viewProjection = Matrix.Identity

在文件 ShaderTransforms.cs11 行定义.

◆ m_world

Matrix [] Engine.Graphics.ShaderTransforms.m_world

在文件 ShaderTransforms.cs3 行定义.

◆ m_worldView

Matrix [] Engine.Graphics.ShaderTransforms.m_worldView

在文件 ShaderTransforms.cs9 行定义.

◆ m_worldViewProjection

Matrix [] Engine.Graphics.ShaderTransforms.m_worldViewProjection

在文件 ShaderTransforms.cs13 行定义.

属性说明

◆ MaxWorldMatrices

int Engine.Graphics.ShaderTransforms.MaxWorldMatrices
get

在文件 ShaderTransforms.cs15 行定义.

◆ Projection

Matrix Engine.Graphics.ShaderTransforms.Projection
getset

在文件 ShaderTransforms.cs24 行定义.

◆ View

Matrix Engine.Graphics.ShaderTransforms.View
getset

在文件 ShaderTransforms.cs19 行定义.

◆ ViewProjection

Matrix Engine.Graphics.ShaderTransforms.ViewProjection
get

在文件 ShaderTransforms.cs29 行定义.

◆ World

Matrix [] Engine.Graphics.ShaderTransforms.World
get

在文件 ShaderTransforms.cs17 行定义.

◆ WorldView

Matrix [] Engine.Graphics.ShaderTransforms.WorldView
get

在文件 ShaderTransforms.cs31 行定义.

◆ WorldViewProjection

Matrix [] Engine.Graphics.ShaderTransforms.WorldViewProjection
get

在文件 ShaderTransforms.cs33 行定义.


该类的文档由以下文件生成: