GLVis  v4.2
Accurate and flexible finite element visualization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Attributes | List of all members
glTF_Builder::struct_pbrMetallicRoughness Struct Reference

#include <gltf.hpp>

Collaboration diagram for glTF_Builder::struct_pbrMetallicRoughness:
[legend]

Public Attributes

node_color4f baseColorFactor
 
node_type< struct_texture_infobaseColorTexture
 
node_float metallicFactor = { false, "metallicFactor", 0.f }
 
node_float roughnessFactor = { false, "roughnessFactor", 0.f }
 

Detailed Description

Definition at line 97 of file gltf.hpp.

Member Data Documentation

node_color4f glTF_Builder::struct_pbrMetallicRoughness::baseColorFactor
Initial value:
=
{ false, "baseColorFactor", {{0.f, 0.f, 0.f, 0.f}} }

Definition at line 99 of file gltf.hpp.

node_type<struct_texture_info> glTF_Builder::struct_pbrMetallicRoughness::baseColorTexture
Initial value:
=
{ false, "baseColorTexture", {} }

Definition at line 101 of file gltf.hpp.

node_float glTF_Builder::struct_pbrMetallicRoughness::metallicFactor = { false, "metallicFactor", 0.f }

Definition at line 103 of file gltf.hpp.

node_float glTF_Builder::struct_pbrMetallicRoughness::roughnessFactor = { false, "roughnessFactor", 0.f }

Definition at line 104 of file gltf.hpp.


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