| /*============================================================================= | |
| ModShadowProjectionVertexShader.usf: Vertex shader for projecting a shadow depth buffer onto the scene. | |
| Copyright 1998-2008 Epic Games, Inc. All Rights Reserved. | |
| =============================================================================*/ | |
| void Main( | |
| in float4 InPosition : POSITION, | |
| out float4 OutScreenPosition : TEXCOORD0, | |
| out float4 OutPosition : POSITION | |
| ) | |
| { | |
| OutPosition = OutScreenPosition = MulMatrix(ViewProjectionMatrix,InPosition); | |
| } | |
Xet Storage Details
- Size:
- 572 Bytes
- Xet hash:
- e0b6486ef7498dfcba5f602f9e191f42b7339dd312c22d9644e7c811c580b8b4
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.