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

#include <gltf.hpp>

Collaboration diagram for glTF_Builder::struct_attributes:
[legend]

Public Attributes

node_unsigned POSITION = { false, "POSITION", 0 }
 
node_unsigned NORMAL = { false, "NORMAL", 0 }
 
node_unsigned TEXCOORD_0 = { false, "TEXCOORD_0", 0 }
 
node_unsigned COLOR_0 = { false, "COLOR_0", 0 }
 

Detailed Description

Definition at line 113 of file gltf.hpp.

Member Data Documentation

node_unsigned glTF_Builder::struct_attributes::COLOR_0 = { false, "COLOR_0", 0 }

Definition at line 118 of file gltf.hpp.

node_unsigned glTF_Builder::struct_attributes::NORMAL = { false, "NORMAL", 0 }

Definition at line 116 of file gltf.hpp.

node_unsigned glTF_Builder::struct_attributes::POSITION = { false, "POSITION", 0 }

Definition at line 115 of file gltf.hpp.

node_unsigned glTF_Builder::struct_attributes::TEXCOORD_0 = { false, "TEXCOORD_0", 0 }

Definition at line 117 of file gltf.hpp.


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