Skip to main content

Post-processing tools 2023 R2

ANSYS::Nexus::GLTFWriter::Buffer Class Reference

Last update: 17.04.2023

Buffers define files that are used to contain attribute and index data. More...

#include <GLTFWriter.h>

Inheritance diagram for ANSYS::Nexus::GLTFWriter::Buffer:

Static Public Member Functions

static BufferCreate (GLTF *gltf)
 

Detailed Description

Buffers define files that are used to contain attribute and index data.

The creation and use of Buffers is optional. If they are not created with this mechanism they will be automatically created,

If Buffers are created automatically, a unique buffer will be created for each attribute and index. This could result in a large number of files in the GLTF file set.

If Buffers are created with the Buffer::Create method and passed to Attribute and Index creation methods, the attribute and index data will be appended to the already existing buffer data.

Grouping an object's (meshes) attribute data into a single buffer, may provide an increase in performance.

Definition at line 35 of file GLTFBuffer.h.

Member Function Documentation

◆ Create()

static Buffer* ANSYS::Nexus::GLTFWriter::Buffer::Create ( GLTF gltf)
static

Creates a Buffer. A Buffer can be passed to some Attribute and Index methods.

Returns
Buffer object. Do not delete this pointer.
Parameters
[in]gltfGLTF object.
Examples
Test002.cpp, and Test013.cpp.

The documentation for this class was generated from the following file:
  • D:/ANSYSDev/NoBackup/branches/EnSight-Second-Coming/webgl_viewer/gltfwriterlib/include/GLTFBuffer.h