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

#include <tiny_gltf.h>

Public Member Functions

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

Public Attributes

double xmag {0.0}
 
double ymag {0.0}
 
double zfar {0.0}
 
double znear {0.0}
 
ExtensionMap extensions
 
Value extras
 
std::string extras_json_string
 
std::string extensions_json_string
 

Constructor & Destructor Documentation

◆ OrthographicCamera()

tinygltf::OrthographicCamera::OrthographicCamera ( )
default

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ extensions

ExtensionMap tinygltf::OrthographicCamera::extensions

◆ extensions_json_string

std::string tinygltf::OrthographicCamera::extensions_json_string

◆ extras

Value tinygltf::OrthographicCamera::extras

◆ extras_json_string

std::string tinygltf::OrthographicCamera::extras_json_string

◆ xmag

double tinygltf::OrthographicCamera::xmag {0.0}

◆ ymag

double tinygltf::OrthographicCamera::ymag {0.0}

◆ zfar

double tinygltf::OrthographicCamera::zfar {0.0}

◆ znear

double tinygltf::OrthographicCamera::znear {0.0}

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