sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
NormalMaterial.VertexUniform
sbylib
graphics
material
standard
normal
NormalMaterial
Undocumented in source.
class
NormalMaterial
struct
VertexUniform {
mat4
worldMatrix
;
mat4
viewMatrix
;
mat4
projectionMatrix
;
}
Members
Variables
projectionMatrix
mat4
projectionMatrix
;
Undocumented in source.
viewMatrix
mat4
viewMatrix
;
Undocumented in source.
worldMatrix
mat4
worldMatrix
;
Undocumented in source.
Meta
Source
See Implementation
sbylib
graphics
material
standard
normal
NormalMaterial
mixins
__anonymous
structs
Vertex
VertexUniform
variables
i
vertexUniform