FreeWRL / FreeX3D 4.3.0
cgltf_accessor Struct Reference

Data Fields

cgltf_component_type component_type
cgltf_bool normalized
cgltf_type type
cgltf_size offset
cgltf_size count
cgltf_size stride
cgltf_buffer_viewbuffer_view
cgltf_bool has_min
cgltf_float min [16]
cgltf_bool has_max
cgltf_float max [16]
cgltf_bool is_sparse
cgltf_accessor_sparse sparse
cgltf_extras extras

Detailed Description

Definition at line 273 of file cgltf.h.

Field Documentation

◆ buffer_view

cgltf_buffer_view* cgltf_accessor::buffer_view

Definition at line 281 of file cgltf.h.

◆ component_type

cgltf_component_type cgltf_accessor::component_type

Definition at line 275 of file cgltf.h.

◆ count

cgltf_size cgltf_accessor::count

Definition at line 279 of file cgltf.h.

◆ extras

cgltf_extras cgltf_accessor::extras

Definition at line 288 of file cgltf.h.

◆ has_max

cgltf_bool cgltf_accessor::has_max

Definition at line 284 of file cgltf.h.

◆ has_min

cgltf_bool cgltf_accessor::has_min

Definition at line 282 of file cgltf.h.

◆ is_sparse

cgltf_bool cgltf_accessor::is_sparse

Definition at line 286 of file cgltf.h.

◆ max

cgltf_float cgltf_accessor::max[16]

Definition at line 285 of file cgltf.h.

◆ min

cgltf_float cgltf_accessor::min[16]

Definition at line 283 of file cgltf.h.

◆ normalized

cgltf_bool cgltf_accessor::normalized

Definition at line 276 of file cgltf.h.

◆ offset

cgltf_size cgltf_accessor::offset

Definition at line 278 of file cgltf.h.

◆ sparse

cgltf_accessor_sparse cgltf_accessor::sparse

Definition at line 287 of file cgltf.h.

◆ stride

cgltf_size cgltf_accessor::stride

Definition at line 280 of file cgltf.h.

◆ type

cgltf_type cgltf_accessor::type

Definition at line 277 of file cgltf.h.


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