Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/GeometryCore/Public/Image/SpatialPhotoSet.h |
Include |
#include "Image/SpatialPhotoSet.h" |
template<typename PixelType>
struct TSpatialPhoto
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)
Name | Description | ||
---|---|---|---|
|
Dimensions |
Pixel dimensions of the photo image |
|
|
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< ... |
Image |
Pixels of the image |
|
double |
NearPlaneDist |
Near-plane distance for the camera, image pixels lie on this plane |