cesium-native 0.56.0
Loading...
Searching...
No Matches
CesiumGltf::ExtensionKhrGaussianSplatting::Projection Struct Reference

Known values for Optional property specifying how to project the Gaussians to achieve a perspective correct value. This property defaults to perspective. More...

#include <CesiumGltf/ExtensionKhrGaussianSplatting.h>

Static Public Attributes

static const std::string perspective = "perspective"
 perspective
 
static const std::string orthographic = "orthographic"
 orthographic
 

Detailed Description

Known values for Optional property specifying how to project the Gaussians to achieve a perspective correct value. This property defaults to perspective.

Definition at line 29 of file ExtensionKhrGaussianSplatting.h.

Member Data Documentation

◆ orthographic

const std::string CesiumGltf::ExtensionKhrGaussianSplatting::Projection::orthographic = "orthographic"
inlinestatic

orthographic

Definition at line 34 of file ExtensionKhrGaussianSplatting.h.

◆ perspective

const std::string CesiumGltf::ExtensionKhrGaussianSplatting::Projection::perspective = "perspective"
inlinestatic

perspective

Definition at line 31 of file ExtensionKhrGaussianSplatting.h.


The documentation for this struct was generated from the following file: