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

#include <gltf.hpp>

Collaboration diagram for glTF_Builder::struct_primitive:
[legend]

Public Attributes

node_type< struct_attributesattributes = { false, "attributes", {} }
 
node_unsigned indices = { false, "indices", 0 }
 
node_unsigned material = { false, "material", 0 }
 
node_unsigned mode = { false, "mode", 0 }
 

Detailed Description

Definition at line 121 of file gltf.hpp.

Member Data Documentation

node_type<struct_attributes> glTF_Builder::struct_primitive::attributes = { false, "attributes", {} }

Definition at line 123 of file gltf.hpp.

node_unsigned glTF_Builder::struct_primitive::indices = { false, "indices", 0 }

Definition at line 124 of file gltf.hpp.

node_unsigned glTF_Builder::struct_primitive::material = { false, "material", 0 }

Definition at line 125 of file gltf.hpp.

node_unsigned glTF_Builder::struct_primitive::mode = { false, "mode", 0 }

Definition at line 126 of file gltf.hpp.


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