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_material Struct Reference

#include <gltf.hpp>

Collaboration diagram for glTF_Builder::struct_material:
[legend]

Public Attributes

node_type
< struct_pbrMetallicRoughness
pbrMetallicRoughness
 
node_bool doubleSided = { false, "doubleSided", false }
 
node_string name = { false, "name", "" }
 

Detailed Description

Definition at line 106 of file gltf.hpp.

Member Data Documentation

node_bool glTF_Builder::struct_material::doubleSided = { false, "doubleSided", false }

Definition at line 110 of file gltf.hpp.

node_string glTF_Builder::struct_material::name = { false, "name", "" }

Definition at line 111 of file gltf.hpp.

node_type<struct_pbrMetallicRoughness> glTF_Builder::struct_material::pbrMetallicRoughness
Initial value:
=
{ false, "pbrMetallicRoughness", {} }

Definition at line 108 of file gltf.hpp.


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