|
cgv
|
Classes | |
| struct | Orthographic |
| struct | Perspective |
Public Types | |
| enum class | Type { None , Orthographic , Perspective } |
Public Attributes | |
| std::string | name {} |
| Type | type { Type::None } |
| Orthographic | orthographic |
| Perspective | perspective |
| nlohmann::json | extensionsAndExtras {} |
| Orthographic fx::gltf::Camera::orthographic |
| Perspective fx::gltf::Camera::perspective |