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

#include <tiny_gltf.h>

Public Member Functions

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

Public Attributes

int index {-1}
 
int texCoord {0}
 
double scale
 
Value extras
 
ExtensionMap extensions
 
std::string extras_json_string
 
std::string extensions_json_string
 

Constructor & Destructor Documentation

◆ NormalTextureInfo()

tinygltf::NormalTextureInfo::NormalTextureInfo ( )
default

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ extensions

ExtensionMap tinygltf::NormalTextureInfo::extensions

◆ extensions_json_string

std::string tinygltf::NormalTextureInfo::extensions_json_string

◆ extras

Value tinygltf::NormalTextureInfo::extras

◆ extras_json_string

std::string tinygltf::NormalTextureInfo::extras_json_string

◆ index

int tinygltf::NormalTextureInfo::index {-1}

◆ scale

double tinygltf::NormalTextureInfo::scale
Initial value:
{
1.0}

◆ texCoord

int tinygltf::NormalTextureInfo::texCoord {0}

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