Graphics/ViewerData: Add near and far plane
This commit is contained in:
committed by
Jérôme Leclercq
parent
2a3da7384d
commit
929b599337
@@ -13,5 +13,7 @@ struct ViewerData
|
||||
invViewProjMatrix: mat4[f32],
|
||||
renderTargetSize: vec2[f32],
|
||||
invRenderTargetSize: vec2[f32],
|
||||
eyePosition: vec3[f32]
|
||||
eyePosition: vec3[f32],
|
||||
nearPlane: f32,
|
||||
farPlane: f32
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user