Esempio n. 1
0
 public ITextureSize GetFovTextureSize(EyeType eye, IFovPort fov, float pixelsPerDisplayPixel)
 {
     return _resources.Device.GetFovTextureSize(eye, fov, pixelsPerDisplayPixel);
 }
Esempio n. 2
0
 public Matrix CreateProjection(IFovPort fov, float znear, float zfar, bool rightHanded)
 {
     return _resources.Device.CreateProjection(fov, znear, zfar, rightHanded);
 }