Struct MatrixSet
Represents a set of matrices used in raycasting.
Inherited Members
Namespace: Genesis.Physics
Assembly: Genesis.dll
Syntax
public struct MatrixSet
Fields
projectionMatrix
Declaration
public mat4 projectionMatrix
Field Value
Type | Description |
---|---|
mat4 |
viewMatrix
Declaration
public mat4 viewMatrix
Field Value
Type | Description |
---|---|
mat4 |