6 references to FarPlaneDistance
PresentationCore (6)
Core\CSharp\System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
196
data.farPlaneDistance =
FarPlaneDistance
;
Core\CSharp\System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
196
data.farPlaneDistance =
FarPlaneDistance
;
Core\CSharp\System\Windows\Media3D\OrthographicCamera.cs (2)
79
return GetProjectionMatrix(aspectRatio, NearPlaneDistance,
FarPlaneDistance
);
90
double zf =
FarPlaneDistance
;
Core\CSharp\System\Windows\Media3D\PerspectiveCamera.cs (2)
101
return GetProjectionMatrix(aspectRatio, NearPlaneDistance,
FarPlaneDistance
);
113
double zf =
FarPlaneDistance
;