Conscience Core
Public Member Functions | Public Attributes | List of all members
tinygltf::Camera Struct Reference

#include <tiny_gltf.h>

Public Member Functions

 Camera ()=default
 
bool operator== (const Camera &) const
 

Public Attributes

std::string type
 
std::string name
 
PerspectiveCamera perspective
 
OrthographicCamera orthographic
 
ExtensionMap extensions
 
Value extras
 
std::string extras_json_string
 
std::string extensions_json_string
 

Constructor & Destructor Documentation

◆ Camera()

tinygltf::Camera::Camera ( )
default

Member Function Documentation

◆ operator==()

bool tinygltf::Camera::operator== ( const Camera ) const

Member Data Documentation

◆ extensions

ExtensionMap tinygltf::Camera::extensions

◆ extensions_json_string

std::string tinygltf::Camera::extensions_json_string

◆ extras

Value tinygltf::Camera::extras

◆ extras_json_string

std::string tinygltf::Camera::extras_json_string

◆ name

std::string tinygltf::Camera::name

◆ orthographic

OrthographicCamera tinygltf::Camera::orthographic

◆ perspective

PerspectiveCamera tinygltf::Camera::perspective

◆ type

std::string tinygltf::Camera::type

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