12 lines
165 B
Plaintext
12 lines
165 B
Plaintext
struct MaterialParameter
|
|
{
|
|
float3 position_TS;
|
|
float3 worldPosition;
|
|
float2 texCoords;
|
|
float3 normal;
|
|
float3 tangent;
|
|
float3 biTangent;
|
|
float3 viewDir_TS;
|
|
}
|
|
|