cgv
Loading...
Searching...
No Matches
fx::gltf::Material::Texture Struct Reference
Inheritance diagram for fx::gltf::Material::Texture:
fx::gltf::Material::NormalTexture fx::gltf::Material::OcclusionTexture

Public Member Functions

bool empty () const noexcept
 

Public Attributes

int32_t index { -1 }
 
int32_t texCoord {}
 
nlohmann::json extensionsAndExtras {}
 

Detailed Description

Definition at line 600 of file gltf.h.

Member Function Documentation

◆ empty()

bool fx::gltf::Material::Texture::empty ( ) const
inlinenoexcept

Definition at line 607 of file gltf.h.

Member Data Documentation

◆ extensionsAndExtras

nlohmann::json fx::gltf::Material::Texture::extensionsAndExtras {}

Definition at line 605 of file gltf.h.

◆ index

int32_t fx::gltf::Material::Texture::index { -1 }

Definition at line 602 of file gltf.h.

◆ texCoord

int32_t fx::gltf::Material::Texture::texCoord {}

Definition at line 603 of file gltf.h.


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