6 references to FarPlaneDistance
PresentationCore (6)
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
184
data.farPlaneDistance =
FarPlaneDistance
;
System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
184
data.farPlaneDistance =
FarPlaneDistance
;
System\Windows\Media3D\OrthographicCamera.cs (2)
78
return GetProjectionMatrix(aspectRatio, NearPlaneDistance,
FarPlaneDistance
);
89
double zf =
FarPlaneDistance
;
System\Windows\Media3D\PerspectiveCamera.cs (2)
100
return GetProjectionMatrix(aspectRatio, NearPlaneDistance,
FarPlaneDistance
);
112
double zf =
FarPlaneDistance
;