Struct GlobalTransformStruct
- Namespace
- HelixToolkit.SharpDX
- Assembly
- HelixToolkit.SharpDX.dll
public struct GlobalTransformStruct
- Inherited Members
- Extension Methods
Fields
DpiScale
public float DpiScale
Field Value
EyePos
The eye position
public Vector3 EyePos
Field Value
Frustum
The frustum [fov,asepct-ratio,near,far]
public Vector4 Frustum
Field Value
IsPerspective
public bool IsPerspective
Field Value
OITWeightDepthSlope
public float OITWeightDepthSlope
Field Value
OITWeightMode
public int OITWeightMode
Field Value
OITWeightPower
public float OITWeightPower
Field Value
Projection
The projection matrix
public Matrix4x4 Projection
Field Value
Resolution
Render target resolution [w, h, 1/w, 1/h]
public Vector4 Resolution
Field Value
SSAOBias
public float SSAOBias
Field Value
SSAOEnabled
public uint SSAOEnabled
Field Value
SSAOIntensity
public float SSAOIntensity
Field Value
SizeInBytes
public const int SizeInBytes = 288
Field Value
TimeStamp
public float TimeStamp
Field Value
View
The view matrix
public Matrix4x4 View
Field Value
ViewProjection
The view projection matrix
public Matrix4x4 ViewProjection
Field Value
Viewport
The viewport [w,h,1/w,1/h]
public Vector4 Viewport