Code:
 
float4x4 projTM : WorldViewProjection;
float4x4 worldTM : World;
float4x4 worldITTM : WorldIT;
float4 eyePos : WorldEyePosition;



How world these defines translate to Gamestudio, I'm assuming the first two must be:
float4x4 matWorldViewProj;
float4x4 matWorld;
Mabey??

How would the other two be written?
Even a better question I guess is how would all four be written to work with Gamestudio?

Thanks in advance