Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Image
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Image/SpatialPhotoSet.h |
| Include | #include "Image/SpatialPhotoSet.h" |
Syntax
template<typename PixelType>
struct TSpatialPhoto
Remarks
TSpatialPhoto represents a 2D image located in 3D space, ie the image plus camera parameters, which is essentially a "Photograph" of some 3D scene (hence the name)
Variables
| Type | Name | Description | |
|---|---|---|---|
| FImageDimensions | Dimensions | Pixel dimensions of the photo image | |
| FFrame3d | Frame | Coordinate system of the view camera - X() is forward, Z() is up | |
| double | HorzFOVDegrees | Horizontal Field-of-View of the camera in degrees (full FOV, so generally calculations will use half this value) | |
| TImageBuilder< PixelType > | Image | Pixels of the image | |
| double | NearPlaneDist | Near-plane distance for the camera, image pixels lie on this plane |