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

#include <gltf.hpp>

Collaboration diagram for glTF_Builder::struct_accessor:
[legend]

Public Attributes

node_unsigned bufferView = { false, "bufferView", 0 }
 
node_unsigned byteOffset = { false, "byteOffset", 0 }
 
node_unsigned componentType = { false, "componentType", 0 }
 
node_unsigned count = { false, "count", 0 }
 
node_string type = { false, "type", "" }
 
node_vecnf min = { false, "min", {} }
 
node_vecnf max = { false, "max", {} }
 
node_bool normalized = { false, "normalized", false }
 

Detailed Description

Definition at line 64 of file gltf.hpp.

Member Data Documentation

node_unsigned glTF_Builder::struct_accessor::bufferView = { false, "bufferView", 0 }

Definition at line 66 of file gltf.hpp.

node_unsigned glTF_Builder::struct_accessor::byteOffset = { false, "byteOffset", 0 }

Definition at line 67 of file gltf.hpp.

node_unsigned glTF_Builder::struct_accessor::componentType = { false, "componentType", 0 }

Definition at line 68 of file gltf.hpp.

node_unsigned glTF_Builder::struct_accessor::count = { false, "count", 0 }

Definition at line 69 of file gltf.hpp.

node_vecnf glTF_Builder::struct_accessor::max = { false, "max", {} }

Definition at line 72 of file gltf.hpp.

node_vecnf glTF_Builder::struct_accessor::min = { false, "min", {} }

Definition at line 71 of file gltf.hpp.

node_bool glTF_Builder::struct_accessor::normalized = { false, "normalized", false }

Definition at line 73 of file gltf.hpp.

node_string glTF_Builder::struct_accessor::type = { false, "type", "" }

Definition at line 70 of file gltf.hpp.


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